Skip to content

Commit

Permalink
tryagain
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lvax committed Oct 10, 2024
1 parent 77c143b commit 47e4840
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 @@ -27,7 +27,7 @@ WORKDIR /app
# Copy necessary files from builder stage
COPY --from=builder /app/build build/
COPY --from=builder /app/node_modules node_modules/
COPY --from=builder /app/prisma prisma/ # Copy Prisma files
COPY --from=builder /app/prisma prisma/
COPY package.json .

# Set the environment and expose the port
Expand Down

0 comments on commit 47e4840

Please sign in to comment.