build docker compose

This commit is contained in:
root
2020-09-29 05:24:15 +00:00
parent 4cc6e69e10
commit 9b34f8d8ab
6 changed files with 43 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ COPY --from=builder /opt/venv /opt/venv
# Make sure we use the virtualenv:
ENV PATH="/opt/venv/bin:$PATH"
COPY ./fet2020 /app
COPY --chown nginx ./fet2020 /app
COPY ./deployment/nginx.conf /etc/nginx/conf.d/fet2020.conf
#RUN python manage.py makemigrations && python manage.py makemigrations posts members