From 42062e8d477f6addbb95636081cca3452e1cc60e Mon Sep 17 00:00:00 2001 From: Dex Date: Sun, 24 Mar 2024 03:11:27 -0400 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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