Skip to content
Snippets Groups Projects
Commit 7251da43 authored by L4168's avatar L4168
Browse files

updated Dockerfile port

parent bb4400dc
No related branches found
No related tags found
2 merge requests!59Development to master,!18Join game
...@@ -4,5 +4,5 @@ COPY package*.json ./ ...@@ -4,5 +4,5 @@ COPY package*.json ./
RUN npm install RUN npm install
RUN npm ci --only=production RUN npm ci --only=production
COPY . . COPY . .
EXPOSE 3000 EXPOSE 5000
CMD [ "npm", "start", "--force" ] CMD [ "npm", "start", "--force" ]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment