Skip to content

Commit 3460bbb

Browse files
committed
Minor fix to dev dockerfile
1 parent 52ed9a2 commit 3460bbb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/Dockerfile.dev

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ RUN npm ci --only=production && npm install pino-pretty # Keep for potential fu
2626
# Copy built assets from builder
2727
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
2828
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
3129

3230
# Create non-root user
3331
RUN addgroup --system --gid 1001 nodejs && adduser --system --uid 1001 nextjs

0 commit comments

Comments
 (0)