Modify Dockerfile and the nginx.conf file to avoid Nginx default conf… (#203)

* Modify Dockerfile and the nginx.conf file to avoid Nginx default config IPv6 conflict.

* Adjust nginx.conf name and run.sh nginx modification.

* but nginx.conf file back

Co-authored-by: simon <simobilleter@gmail.com>
This commit is contained in:
Lickitysplitted
2022-03-31 23:43:24 -05:00
committed by GitHub
parent 12fa5748d4
commit 3ae9fe5405
3 changed files with 9 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ COPY ./tubearchivist/requirements.txt /requirements.txt
RUN pip install --no-cache-dir -r requirements.txt --src /usr/local/src
# copy config files
COPY docker_assets/nginx.conf /etc/nginx/conf.d/
COPY docker_assets/nginx.conf /etc/nginx/sites-available/default
# copy application into container
COPY ./tubearchivist /app