From fab0255ee1d07da7106f532cc904c3914c5cfe7c Mon Sep 17 00:00:00 2001 From: Raelon Masters Date: Tue, 7 Apr 2020 11:58:01 -0400 Subject: [PATCH] Removed blocking commands --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 31c8717..dc5037d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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