Fix bugs and change makefile

This commit is contained in:
Owen Schwartz 2024-10-20 12:55:28 -04:00
parent 16e2a262e9
commit 002614499b
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
13 changed files with 150 additions and 159 deletions

View file

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