Complete migration setup

This commit is contained in:
Owen Schwartz
2024-12-25 16:40:39 -05:00
parent 907504eefb
commit 993eab5ac1
5 changed files with 79 additions and 129 deletions

View File

@@ -24,7 +24,7 @@ RUN npm install --omit=dev --legacy-peer-deps
COPY --from=builder /app/.next ./.next
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/migrations ./dist/migrations
COPY --from=builder /app/init ./dist/init
COPY config.example.yml ./dist/config.example.yml
COPY server/db/names.json ./dist/names.json