Skip to content

Commit

Permalink
fix(docker file): remove public folder from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
f-steel committed Jul 19, 2024
1 parent 3a8419a commit 00a2219
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs

COPY --from=builder --chown=nextjs:nodejs /app/.next ./.next
COPY --from=builder --chown=nextjs:nodejs /app/public ./public

COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package.json ./package.json
Expand Down

0 comments on commit 00a2219

Please sign in to comment.