improve path handling and add flags section to config

This commit is contained in:
Milo Schwartz
2024-10-25 00:05:43 -04:00
parent ce19cc4ba4
commit 50e1a7abe1
6 changed files with 42 additions and 25 deletions

View File

@@ -22,7 +22,8 @@ RUN npm install --omit=dev
COPY --from=builder /app/.next ./.next
COPY --from=builder /app/dist ./dist
COPY ./config/config.example.yml ./
COPY server/db/names.json /app/dist/names.json
COPY ./config/config.example.yml ./dist/config.example.yml
COPY ./server/db/names.json ./dist/names.json
CMD ["npm", "start"]