fix: copy static
This commit is contained in:
@@ -26,6 +26,7 @@ RUN addgroup -g 1001 nodejs \
|
|||||||
|
|
||||||
# Copy only what is needed for runtime
|
# Copy only what is needed for runtime
|
||||||
COPY --from=builder /app/.next/standalone ./
|
COPY --from=builder /app/.next/standalone ./
|
||||||
|
COPY --from=builder /app/.next/static ./next/static
|
||||||
COPY --from=builder /app/public ./public
|
COPY --from=builder /app/public ./public
|
||||||
|
|
||||||
USER nextjs
|
USER nextjs
|
||||||
|
|||||||
Reference in New Issue
Block a user