From 73dab2367e00a18d9c30fa3e63e7a48224fd7716 Mon Sep 17 00:00:00 2001 From: Bingyan <49720088+liuby01@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:20:12 +0800 Subject: [PATCH] Modify expose port Modify expose port to match the port in the docker-compose file. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f3fca4a..ba8bc46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,5 +18,5 @@ COPY config.json.example /app/config.json WORKDIR /app VOLUME /app -EXPOSE 8080 +EXPOSE 8181 CMD ["override"]