Merge branch 'main' into 'testing'
Update Dockerfile See merge request sudoer777/cvcs-score-tracker!2main
commit
7178b10507
|
@ -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" ]
|
||||||
|
|
Reference in New Issue