2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-21 23:01:52 +00:00

Add missing expose container port and commneted command to auto start the dev server

This commit is contained in:
Sam Wenham 2018-04-11 22:18:15 +01:00
parent 9f285a9f34
commit 776152ef47
2 changed files with 8 additions and 0 deletions

View File

@ -12,3 +12,7 @@ WORKDIR /opt/expo/troggle
COPY requirements.txt .
RUN pip install -r requirements.txt
EXPOSE 8000
#CMD ["python","manage.py","runserver","0.0.0.0:8000"]

View File

@ -12,3 +12,7 @@ WORKDIR /opt/expo/troggle
COPY requirements.txt .
RUN pip install -r requirements.txt
EXPOSE 8000
#CMD ["python","manage.py","runserver","0.0.0.0:8000"]