fixes for docker

This commit is contained in:
www
2020-09-22 13:07:38 +00:00
parent e687621e40
commit 4cc6e69e10
5 changed files with 40 additions and 7 deletions

View File

@@ -21,8 +21,8 @@ COPY --from=builder /opt/venv /opt/venv
ENV PATH="/opt/venv/bin:$PATH"
COPY ./fet2020 /app
COPY ./deployment/nginx.conf /etc/nginx/conf.d/nginx.conf
COPY ./deployment/nginx.conf /etc/nginx/conf.d/fet2020.conf
RUN python manage.py makemigrations && python manage.py makemigrations posts members
#RUN python manage.py makemigrations && python manage.py makemigrations posts members