No known key found for this signature in database
GPG Key ID: 86A4D290ED03FAB4
1 changed files with
1 additions and
1 deletions
-
server/Dockerfile
|
@ -8,4 +8,4 @@ RUN npm install |
|
|
COPY . . |
|
|
COPY . . |
|
|
|
|
|
|
|
|
EXPOSE 6000 |
|
|
EXPOSE 6000 |
|
|
CMD [ "npm", "run", "run" ] |
|
|
CMD [ "npm", "start" ] |