This commit is contained in:
Fergal Moran
2015-10-30 12:36:19 +00:00
parent 5be201424e
commit 9bc80b6611

View File

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