fixes for docker
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user