Add custom nginx.conf to fix log file issues
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user