multiple fixes Dockerfile

This commit is contained in:
root (lxc-fetsite-04)
2020-09-16 19:49:43 +02:00
parent c6a22b91fc
commit e687621e40
4 changed files with 15 additions and 6 deletions

View File

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