Update Dockerfile

main
Ethan Reece 2021-09-17 18:23:14 +00:00
parent 21b8900fae
commit a0d370d5d7
1 changed files with 1 additions and 2 deletions

View File

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