Fix Dockerfile
Build KX3DEX.radio / Build and Deploy (push) Successful in 2m23s Details

master
Dex Burgess 2024-03-24 03:11:27 -04:00
parent 9a9e16cad5
commit 42062e8d47
1 changed files with 1 additions and 1 deletions

View File

@ -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