diff --git a/Dockerfile b/Dockerfile index a60c059..20c068c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["python", "server.py"]