Update docker-compose.yml
fixed spelling mistake Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -10,6 +10,6 @@ services:
|
|||||||
- "4000:3000"
|
- "4000:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./public/uploads:/app/public/uploads
|
- ./public/uploads:/app/public/uploads
|
||||||
command: "npm run start" # Runn in prod mode
|
command: "npm run start" # Run in prod mode
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
|||||||
Reference in New Issue
Block a user