We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed6ea7 commit 812e478Copy full SHA for 812e478
2 files changed
dashboard/Dockerfile
@@ -42,7 +42,7 @@ ENV PORT=3000
42
RUN addgroup --system --gid 1001 nodejs && \
43
adduser --system --uid 1001 nextjs
44
45
-COPY --from=builder /app/public ./public 2>/dev/null || true
+COPY --from=builder /app/public ./public
46
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
47
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
48
dashboard/public/.gitkeep
0 commit comments