# Docker enhancement

* adds logging for gunicorn by default
* adds image tagging
* drops docker-compose environment setting in favor of .env usage (needs to be copied from .env.sample)
This commit is contained in:
2024-07-04 09:37:13 +02:00
parent f829cd5a4c
commit ab3bd84f3b
3 changed files with 5 additions and 12 deletions

View File

@@ -16,6 +16,9 @@ RUN pip install -r requirements.txt
RUN rm /etc/nginx/sites-enabled/default
COPY ./nginx.conf /etc/nginx/conf.d
# Create log folders
RUN mkdir /var/log/gunicorn
# Copy rest of project into workspace
COPY . /konova/