We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ed9a2 commit 3460bbbCopy full SHA for 3460bbb
frontend/Dockerfile.dev
@@ -26,8 +26,6 @@ RUN npm ci --only=production && npm install pino-pretty # Keep for potential fu
26
# Copy built assets from builder
27
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
28
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
29
-RUN mkdir -p ./public
30
-COPY --from=builder --chown=nextjs:nodejs /app/public ./public
31
32
# Create non-root user
33
RUN addgroup --system --gid 1001 nodejs && adduser --system --uid 1001 nextjs
0 commit comments