Skip to content

Commit

Permalink
fix: sendFile path to index inside public
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlbDR committed Feb 11, 2024
1 parent b4d332e commit 98afb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY --from=deps /app/node_modules ./node_modules
COPY ./package.json .
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/prisma ./prisma
COPY --from=builder /app/public ./public
COPY --from=builder /app/public ./dist/public
# RUN npx prisma migrate dev
# RUN node dist/data/seed/seed.js
CMD ["node", "dist/app.js"]
Expand Down

0 comments on commit 98afb1a

Please sign in to comment.