🔧 Added entrypoint to Dockerfile

This commit is contained in:
2021-11-03 18:23:45 -07:00
parent e1635ff258
commit 0ee372fc5d
2 changed files with 1 additions and 3 deletions

View File

@@ -14,4 +14,4 @@ RUN yarn
COPY . /usr/src/threetwo
EXPOSE 3050
CMD npm start
ENTRYPOINT [ "npm", "start" ]