fixed dockerfile for standalone next export

This commit is contained in:
Hunter W.
2026-05-31 10:22:39 -04:00
parent 3bdad3ae1a
commit e3786cf75b

View File

@@ -24,7 +24,7 @@ ENV PORT=3050
RUN addgroup --system --gid 1001 app && \
adduser --system --uid 1001 app
COPY --from=build --chown=app:app /app/public ./.next/standalone
COPY --from=build /app/public ./
COPY --from=build --chown=app:app /app/.next/standalone ./
COPY --from=build --chown=app:app /app/.next/static ./.next/static
COPY --from=build --chown=app:app /app/next.config.ts ./