mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Update dockerfile
This commit is contained in:
@ -44,7 +44,7 @@ RUN adduser --system --uid 1001 nextjs
|
|||||||
# You only need to copy next.config.js if you are NOT using the default configuration
|
# You only need to copy next.config.js if you are NOT using the default configuration
|
||||||
COPY --from=builder /app/.env ./
|
COPY --from=builder /app/.env ./
|
||||||
COPY --from=builder /app/next.config.mjs ./
|
COPY --from=builder /app/next.config.mjs ./
|
||||||
# COPY --from=builder /app/public ./public
|
COPY --from=builder /app/public ./public
|
||||||
# COPY --from=builder /app/package.json ./package.json
|
# COPY --from=builder /app/package.json ./package.json
|
||||||
|
|
||||||
# Automatically leverage output traces to reduce image size
|
# Automatically leverage output traces to reduce image size
|
||||||
|
Reference in New Issue
Block a user