File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ RUN mkdir -p /app /data /var/log/supervisor
7474# separate dist dir so `next build` doesn't clobber a live dev server's `.next`
7575# artifacts.
7676COPY --from=backend /app/target/release/cxdb-server /app/cxdb
77- COPY --from=frontend /app/.next-build /usr/share/nginx/html
77+ COPY --from=frontend /app/.next-build/. /usr/share/nginx/html/
7878
7979# Copy nginx config
8080COPY deploy/nginx.conf /etc/nginx/nginx.conf
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN go mod download
3737COPY gateway/ ./
3838
3939# Copy frontend build output for embedding
40- COPY --from=frontend /app/.next-build ./pkg/proxy/web/
40+ COPY --from=frontend /app/.next-build/. ./pkg/proxy/web/
4141
4242# Build with CGO enabled for SQLite
4343RUN --mount=type=cache,target=/root/.cache/go-build \
You can’t perform that action at this time.
0 commit comments