reformed sql query

This commit is contained in:
Raelon Masters
2020-04-07 14:13:29 -04:00
parent 643f338faa
commit c04acc6b92
2 changed files with 2 additions and 2 deletions

2
Dockerfile vendored
View File

@@ -22,4 +22,4 @@ RUN git clone https://github.com/th3r00t/pyShelf.git /srv/http && \
# RUN sudo -u postgres psql -f create_db.sql
# RUN gunicorn pyShelf.wsgi 8000:8000
EXPOSE 80 22 8000
CMD ["sh", "-c","entry.sh"]
CMD ["sh", "-c","/srv/http/entry.sh"]