Isitha Tennakoon commited on
Commit
ec4a2d8
·
1 Parent(s): 03ce4c2

remove public dir from dockerfile

Browse files
Files changed (1) hide show
  1. keygenServer/client/Dockerfile +1 -1
keygenServer/client/Dockerfile CHANGED
@@ -33,7 +33,7 @@ ENV NODE_ENV=production
33
  COPY --from=builder /app/package.json ./
34
  COPY --from=builder /app/yarn.lock ./
35
  COPY --from=builder /app/.next ./.next
36
- COPY --from=builder /app/public ./public
37
  COPY --from=builder /app/next.config.ts ./
38
 
39
  # Install production dependencies only
 
33
  COPY --from=builder /app/package.json ./
34
  COPY --from=builder /app/yarn.lock ./
35
  COPY --from=builder /app/.next ./.next
36
+ # COPY --from=builder /app/public ./public
37
  COPY --from=builder /app/next.config.ts ./
38
 
39
  # Install production dependencies only