mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Removed blocking commands
This commit is contained in:
2
Dockerfile
vendored
2
Dockerfile
vendored
@@ -20,6 +20,6 @@ ENV PYTHONUNBUFFERED 1
|
|||||||
WORKDIR /srv/http
|
WORKDIR /srv/http
|
||||||
RUN git clone https://github.com/th3r00t/pyShelf.git /srv/http && \
|
RUN git clone https://github.com/th3r00t/pyShelf.git /srv/http && \
|
||||||
git checkout 0.5.0--docker && pip install -r requirements.txt
|
git checkout 0.5.0--docker && pip install -r requirements.txt
|
||||||
RUN sudo -u postgres psql -f create_db.sql
|
# RUN sudo -u postgres psql -f create_db.sql
|
||||||
EXPOSE 80 22 8000
|
EXPOSE 80 22 8000
|
||||||
# RUN gunicorn pyShelf.wsgi 8000:8000
|
# RUN gunicorn pyShelf.wsgi 8000:8000
|
||||||
|
|||||||
Reference in New Issue
Block a user