Added startup script

This commit is contained in:
Fergal Moran
2015-10-30 23:12:08 +00:00
parent 6345150b8b
commit 2b2acfcacd
3 changed files with 16 additions and 4 deletions

View File

@@ -11,14 +11,14 @@ WORKDIR /code
ADD requirements.txt /code/
ADD server.py /code/
ADD start.sh /code/
ADD ice_relay.py /code/
ADD static /code/static/
ADD util /code/util/
ADD templates /code/templates/
# ADD dss.radio.conf /code/
RUN pip install -r requirements.txt
EXPOSE 8888
CMD ["python", "server.py"]
CMD ["./start.sh"]