Clean up
This commit is contained in:
parent
2bafacecb1
commit
61d2673f0b
6 changed files with 1 additions and 109 deletions
|
@ -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
|
||||
|
|
Reference in a new issue