From be25171bd8f8eca2af7140dd1d898f916681f9bd Mon Sep 17 00:00:00 2001 From: johndeniel Date: Wed, 5 Jun 2024 14:48:22 +0800 Subject: [PATCH] fix port --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e1f3ce..a8c1934 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ WORKDIR /root/ COPY --from=build /app/danielle . # Expose the port on which the Go application will run -EXPOSE 8080 +EXPOSE 7860 # Command to run the Go application CMD ["./danielle"]