Merge branch 'main' into 'testing'

Update Dockerfile

See merge request sudoer777/cvcs-score-tracker!2
This commit is contained in:
Ethan Reece 2021-09-17 18:24:46 +00:00
commit 7178b10507

View file

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