mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-12-12 02:18:12 +08:00
chore: fix docker build
This commit is contained in:
@@ -38,8 +38,8 @@ RUN bun install cheerio pino pino-pretty
|
|||||||
COPY --from=builder /app/dist /usr/share/nginx/html/
|
COPY --from=builder /app/dist /usr/share/nginx/html/
|
||||||
COPY --from=builder /app/dist /app/dist
|
COPY --from=builder /app/dist /app/dist
|
||||||
|
|
||||||
# Copy only necessary files for SSR
|
# Copy all SSR server files (server.ts imports config.ts, logger.ts, routes.ts, etc.)
|
||||||
COPY deploy/server.ts /app/server.ts
|
COPY deploy/ /app/
|
||||||
COPY docker/nginx-ssr.conf /etc/nginx/nginx.conf
|
COPY docker/nginx-ssr.conf /etc/nginx/nginx.conf
|
||||||
COPY docker/supervisord-ssr.conf /etc/supervisor/conf.d/supervisord.conf
|
COPY docker/supervisord-ssr.conf /etc/supervisor/conf.d/supervisord.conf
|
||||||
COPY docker/entrypoint-ssr.sh /docker-entrypoint.sh
|
COPY docker/entrypoint-ssr.sh /docker-entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user