Adjust port for ocp node
This commit is contained in:
parent
110e875126
commit
e04c5f209e
@ -6,6 +6,6 @@ RUN pip install --upgrade pip
|
||||
COPY ./requirements.txt /usr/src/app
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . /usr/src/app
|
||||
EXPOSE 8000
|
||||
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
|
||||
EXPOSE 8080
|
||||
CMD ["python", "manage.py", "runserver", "0.0.0.0:8080"]
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user