mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user