Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -54,7 +54,7 @@ RUN mkdir .next
|
|
54 |
RUN chown nextjs:nodejs .next
|
55 |
|
56 |
# Automatically leverage output traces to reduce image size
|
57 |
-
COPY --from=builder --chown=nextjs:nodejs /app/next-server/.next/standalone ./
|
58 |
COPY --from=builder --chown=nextjs:nodejs /app/next-server/.next/static ./.next/static
|
59 |
|
60 |
USER nextjs
|
|
|
54 |
RUN chown nextjs:nodejs .next
|
55 |
|
56 |
# Automatically leverage output traces to reduce image size
|
57 |
+
COPY --from=builder --chown=nextjs:nodejs /app/next-server/.next/standalone ./
|
58 |
COPY --from=builder --chown=nextjs:nodejs /app/next-server/.next/static ./.next/static
|
59 |
|
60 |
USER nextjs
|