Browse Source

🔨 Change npm to shorthand

main
Haris Razis 4 years ago
parent
commit
55a151d450
No known key found for this signature in database GPG Key ID: 86A4D290ED03FAB4
  1. 2
      server/Dockerfile

2
server/Dockerfile

@ -8,4 +8,4 @@ RUN npm install
COPY . .
EXPOSE 6000
CMD [ "npm", "run", "run" ]
CMD [ "npm", "start" ]
Loading…
Cancel
Save