diff --git a/Dockerfile b/Dockerfile index 2e35db0..8c446e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ COPY --from=builder /app/package.json ./package.json # Automatically leverage output traces to reduce image size # 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 USER kx3dex_radio