[F] Fix restart
Vite Deploy / Build (push) Has been cancelled

This commit is contained in:
2024-12-23 17:26:36 -05:00
parent 7d1577a6e6
commit 7ca1cc1585
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -22,3 +22,5 @@ dist-ssr
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
server/data
+1
View File
@@ -7,3 +7,4 @@ services:
- 51562:51562 - 51562:51562
volumes: volumes:
- ./server/data:/app/data - ./server/data:/app/data
restart: always