Removed blocking commands

This commit is contained in:
Raelon Masters
2020-04-07 11:58:01 -04:00
parent 10504825b3
commit fab0255ee1

2
Dockerfile vendored
View File

@@ -20,6 +20,6 @@ ENV PYTHONUNBUFFERED 1
WORKDIR /srv/http
RUN git clone https://github.com/th3r00t/pyShelf.git /srv/http && \
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
# RUN gunicorn pyShelf.wsgi 8000:8000