mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 07:11:52 +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 .
|
||||
|
||||
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 .
|
||||
|
||||
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