fix build

This commit is contained in:
2026-04-26 04:30:05 -04:00
parent ce4e314920
commit 7a745964c4
4 changed files with 38 additions and 34 deletions
+2 -1
View File
@@ -10,7 +10,7 @@ services:
working_dir: /app
volumes:
- .:/app
- ./node_modules:/app_backup/node_modules
- node_modules:/app/node_modules
# - ./run.sh:/app/run.sh
# - ./next:/app/.next
image: registry.chiefsoft.net/merms-web-2025:latest
@@ -24,3 +24,4 @@ services:
- NODE_ENV=${NODE_ENV:-live}
volumes:
src:
node_modules: