Skip to content

Commit f9e2dbd

Browse files
Merge pull request #23 from devlopersabbir/sabbir
remove public folder copy issues
2 parents 06a7c98 + 14b288b commit f9e2dbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ WORKDIR /app
2626
# Copy only the necessary files from builder
2727
COPY --from=builder /app/node_modules ./node_modules
2828
COPY --from=builder /app/package*.json ./
29-
COPY --from=builder /app/dist ./dist
29+
# COPY --from=builder /app/dist ./dist
3030
COPY --from=builder /app/temp ./temp
31-
COPY --from=builder /app/public ./public
31+
COPY --from=builder /app/views ./views
3232
COPY --from=builder /app/*.js ./
3333

3434
# Set environment variables

0 commit comments

Comments
 (0)