change to build
This commit is contained in:
parent
e9b7695c84
commit
263b25ed38
|
@ -10,4 +10,4 @@ COPY . .
|
|||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["npm", "run", "dev"]
|
||||
CMD ["npm", "run", "build"]
|
||||
|
|
|
@ -11,11 +11,8 @@ services:
|
|||
- .:/app
|
||||
- /app/node_modules
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- gitea_network
|
||||
|
||||
|
||||
networks:
|
||||
gitea_network:
|
||||
gitea_network:
|
||||
|
|
Loading…
Reference in New Issue