One start command

This commit is contained in:
Owen
2025-08-17 22:18:25 -07:00
parent 9d561ba94d
commit 117062f1d1
2 changed files with 2 additions and 3 deletions

View File

@@ -43,4 +43,4 @@ COPY server/db/names.json ./dist/names.json
COPY public ./public
CMD ["npm", "run", "start:$DATABASE"]
CMD ["npm", "run", "start"]