Adjust port for ocp node
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user