mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-25 08:41:51 +00:00
Add missing expose container port and commneted command to auto start the dev server
This commit is contained in:
parent
9f285a9f34
commit
776152ef47
@ -12,3 +12,7 @@ WORKDIR /opt/expo/troggle
|
|||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
|
EXPOSE 8000
|
||||||
|
|
||||||
|
#CMD ["python","manage.py","runserver","0.0.0.0:8000"]
|
@ -12,3 +12,7 @@ WORKDIR /opt/expo/troggle
|
|||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
|
EXPOSE 8000
|
||||||
|
|
||||||
|
#CMD ["python","manage.py","runserver","0.0.0.0:8000"]
|
Loading…
Reference in New Issue
Block a user