From 1bf6d693a3ceba00ffafbe811275e6b1bfbd8aa8 Mon Sep 17 00:00:00 2001 From: VioZhang <41519383+VioZhang@users.noreply.github.com> Date: Fri, 8 Oct 2021 15:33:45 +0800 Subject: [PATCH] Update Dockerfile-online MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correct the port,I have tried it and I find I cant deploy the workload for the healthyprobe problem until i chang the port to 8080. --- Dockerfile-online | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-online b/Dockerfile-online index d9419f0..045d1ed 100644 --- a/Dockerfile-online +++ b/Dockerfile-online @@ -5,4 +5,4 @@ COPY . /code WORKDIR /code/src RUN pip install /code/pkgs/base/* -ENTRYPOINT python manage.py runserver 0.0.0.0:8000 \ No newline at end of file +ENTRYPOINT python manage.py runserver 0.0.0.0:8080