Forgot to delete comment in Dockerfile

This commit is contained in:
MartenBE
2020-07-31 18:52:08 +02:00
parent 69ccaaca21
commit 66c5b95452

1
docker/Dockerfile vendored
View File

@@ -10,7 +10,6 @@ COPY . /pyshelf
WORKDIR /pyshelf/
RUN python3 -m pip install -r requirements.txt
# COPY ../uwsgi_params /etc/nginx/uwsgi_params
COPY ./docker/pyshelf_nginx.conf /etc/nginx/sites-available/pyshelf_nginx.conf
RUN ln -s /etc/nginx/sites-available/pyshelf_nginx.conf /etc/nginx/sites-enabled/