mirror of
https://github.com/fergalmoran/dss.radio.git
synced 2025-12-22 09:48:21 +00:00
Added
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user