Add custom nginx.conf to fix log file issues

This commit is contained in:
Andreas Dueren
2025-06-20 10:13:25 -06:00
parent 16a51b8c61
commit 273aff206c
2 changed files with 30 additions and 0 deletions

View File

@ -19,6 +19,7 @@ COPY --from=keila-build /opt/app /tmp/keila-release
# Copy configuration files
COPY start.sh /app/code/start.sh
COPY nginx.conf /etc/nginx/sites-available/default
COPY nginx_main.conf /etc/nginx/nginx.conf
# Set permissions
RUN chmod +x /app/code/start.sh \