mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Forgot to delete comment in Dockerfile
This commit is contained in:
1
docker/Dockerfile
vendored
1
docker/Dockerfile
vendored
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user