Update docker-compose.yml

removed redundant command

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Znmin
2025-12-19 22:58:06 +01:00
committed by GitHub
parent da3dc938e3
commit 3729e0a86a

View File

@@ -10,6 +10,5 @@ services:
- "4000:3000" - "4000:3000"
volumes: volumes:
- ./public/uploads:/app/public/uploads - ./public/uploads:/app/public/uploads
command: "npm run start" # Run in prod mode
networks: networks:
- default - default