Skip to content

Commit 549d7d1

Browse files
Update Dockerfile
1 parent f9e2dbd commit 549d7d1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ WORKDIR /app
2727
COPY --from=builder /app/node_modules ./node_modules
2828
COPY --from=builder /app/package*.json ./
2929
# COPY --from=builder /app/dist ./dist
30-
COPY --from=builder /app/temp ./temp
30+
# COPY --from=builder /app/temp ./temp
3131
COPY --from=builder /app/views ./views
3232
COPY --from=builder /app/*.js ./
3333

@@ -40,3 +40,4 @@ EXPOSE 5000
4040

4141
# Start the application
4242
CMD ["node", "index.js"]
43+

0 commit comments

Comments
 (0)