Merge branch 'main' into 'testing'

Update Dockerfile

See merge request sudoer777/cvcs-score-tracker!2
main
Ethan Reece 2021-09-17 18:24:46 +00:00
commit 7178b10507
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" ]