This commit is contained in:
user@nilino 2017-07-15 21:12:58 +02:00
parent 2bafacecb1
commit 61d2673f0b
6 changed files with 1 additions and 109 deletions

View file

@ -1,7 +1,4 @@
FROM python:2
MAINTAINER Matthew Jackowski
ENV REFRESHED_AT 2014-11-29
ENV SRV_DIR=//srv
ENV WORKING_DIR=//srv/pelican
@ -16,4 +13,4 @@ RUN pip install -r requirements.txt
RUN chmod +x $SRV_DIR/develop_server.sh
EXPOSE $PORT
CMD $SRV_DIR/develop_server.sh restart $PORT
CMD $SRV_DIR/develop_server.sh restart $PORT