Skip to content

Commit

Permalink
Copy outstatic folder
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Oct 15, 2023
1 parent a875b19 commit 74e0f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs

COPY --from=builder /app/public ./public
COPY --from=builder /app/outstatic ./outstatic

COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
Expand Down

0 comments on commit 74e0f86

Please sign in to comment.