diff --git a/Dockerfile b/Dockerfile index 3d3baa5..2c90af5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./