[INFRA-213] Fix aio dockerfile with new file structure (#7427)

* fix: update paths in Dockerfile and supervisor.conf for application directories

* fix: update live command in supervisor.conf to use server.js
This commit is contained in:
Akshat Jain
2025-07-17 14:59:13 +05:30
committed by GitHub
parent e313aee3df
commit 3783e34ae8
2 changed files with 7 additions and 6 deletions

View File

@@ -36,8 +36,9 @@ COPY --from=space-img /app /app/space
COPY --from=admin-img /app /app/admin
COPY --from=live-img /app /app/live
RUN rm -rf /app/web/web/.next/cache && \
rm -rf /app/space/space/.next/cache
RUN rm -rf /app/web/apps/web/.next/cache && \
rm -rf /app/space/apps/space/.next/cache && \
rm -rf /app/admin/apps/admin/.next/cache
COPY --from=proxy-img /usr/bin/caddy /usr/bin/caddy
COPY dist/Caddyfile /app/proxy/Caddyfile