Update Dockerfile

This commit is contained in:
Ethan Reece 2021-09-17 18:23:14 +00:00
parent 21b8900fae
commit a0d370d5d7

View file

@ -10,6 +10,5 @@ RUN npm install
COPY . /usr/src/app COPY . /usr/src/app
ENV PORT 5000 EXPOSE 5000
EXPOSE $PORT
CMD [ "npm", "start" ] CMD [ "npm", "start" ]