Skip to content

Commit fb235e1

Browse files
committed
testing workflow
1 parent 49bbf42 commit fb235e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/apps/marketing/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ USER nextjs
8585

8686
# Automatically leverage output traces to reduce image size
8787
# https://nextjs.org/docs/advanced-features/output-file-tracing
88-
COPY --link --from=builder --chown=nextjs:nodejs /app/apps/marketing/.next/standalone ./
89-
COPY --link --from=builder --chown=nextjs:nodejs /app/apps/marketing/.next/static ./apps/marketing/.next/static
88+
COPY --link --from=builder --chown=1001:1001 /app/apps/marketing/.next/standalone ./
89+
COPY --link --from=builder --chown=1001:1001 /app/apps/marketing/.next/static ./apps/marketing/.next/static
9090

9191
CMD ["node", "apps/marketing/server.js"]

0 commit comments

Comments
 (0)