diff --git a/it0-web-admin/Dockerfile b/it0-web-admin/Dockerfile index 1bd70c3..912d0e1 100644 --- a/it0-web-admin/Dockerfile +++ b/it0-web-admin/Dockerfile @@ -25,6 +25,7 @@ ENV NODE_ENV=production # Copy standalone server output (includes node_modules subset) COPY --from=builder /app/.next/standalone ./ COPY --from=builder /app/.next/static ./.next/static +COPY --from=builder /app/public ./public EXPOSE 3000