From 0685e8c1533641cd2ce19073e8dcf8d6f84a4695 Mon Sep 17 00:00:00 2001 From: Liu Bingyan <49720088+liuby01@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:33:11 +0800 Subject: [PATCH] Modify expose port (#46) 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"]