mirror of
https://github.com/kyantech/Palmr.git
synced 2025-10-23 06:11:58 +00:00
chore: update Dockerfile and supervisord configuration for improved logging
- Modified the Dockerfile to streamline the creation of the supervisor configuration directory. - Updated `infra/supervisord.conf` to redirect logs to stdout and stderr, enhancing log management and visibility. - Removed specific log file paths and sizes to simplify logging setup.
This commit is contained in:
@@ -115,7 +115,7 @@ COPY --from=web-builder --chown=palmr:nodejs /app/web/.next/static ./.next/stati
|
||||
WORKDIR /app
|
||||
|
||||
# Create supervisor configuration
|
||||
RUN mkdir -p /etc/supervisor/conf.d /var/log/supervisor
|
||||
RUN mkdir -p /etc/supervisor/conf.d
|
||||
|
||||
# Copy server start script
|
||||
COPY infra/server-start.sh /app/server-start.sh
|
||||
|
Reference in New Issue
Block a user