migrate to next 15 and react 19

This commit is contained in:
Milo Schwartz
2024-10-23 13:30:23 -04:00
parent 2322640dc0
commit ce19cc4ba4
20 changed files with 196 additions and 187 deletions

View File

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