# 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:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user