Improved dockerfile & compose

This commit is contained in:
DJj123dj
2025-03-12 22:13:00 +01:00
parent e7ad3dd50b
commit 1e159c9bab
2 changed files with 9 additions and 7 deletions
+5 -3
View File
@@ -4,6 +4,8 @@ services:
openticket:
build: .
volumes:
- .:/app
environment: NODE_ENV=production
restart: unless-stopped
- openticket:/home/container
restart: no
container_name: open-ticket
volumes:
openticket: