Fix Dockerfile
Build KX3DEX.radio / Build and Deploy (push) Successful in 2m23s
Details
Build KX3DEX.radio / Build and Deploy (push) Successful in 2m23s
Details
parent
9a9e16cad5
commit
42062e8d47
|
@ -30,7 +30,7 @@ COPY --from=builder /app/package.json ./package.json
|
||||||
|
|
||||||
# Automatically leverage output traces to reduce image size
|
# Automatically leverage output traces to reduce image size
|
||||||
# https://nextjs.org/docs/advanced-features/output-file-tracing
|
# https://nextjs.org/docs/advanced-features/output-file-tracing
|
||||||
COPY --from=builder --chown=kx3dex_radio:kx3dex_radio /app/.next/standalone ./
|
# COPY --from=builder --chown=kx3dex_radio:kx3dex_radio /app/.next/standalone ./
|
||||||
COPY --from=builder --chown=kx3dex_radio:kx3dex_radio /app/.next/static ./.next/static
|
COPY --from=builder --chown=kx3dex_radio:kx3dex_radio /app/.next/static ./.next/static
|
||||||
|
|
||||||
USER kx3dex_radio
|
USER kx3dex_radio
|
||||||
|
|
Loading…
Reference in New Issue