Adjust port for ocp node

This commit is contained in:
infidel 2022-11-24 21:54:18 +07:00
parent 110e875126
commit e04c5f209e
2 changed files with 2 additions and 2 deletions

View File

@ -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.