mirror of
https://github.com/fergalmoran/dss.radio.git
synced 2025-12-22 01:37:58 +00:00
Dockerfile changes
This commit is contained in:
@@ -13,12 +13,12 @@ ADD requirements.txt /code/
|
||||
ADD server.py /code/
|
||||
ADD ice_relay.py /code/
|
||||
ADD static /code/static/
|
||||
ADD util /code/util/
|
||||
ADD templates /code/templates/
|
||||
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