From 30b2a1eb5386f76e30248d8f2e75391b5b6eb802 Mon Sep 17 00:00:00 2001 From: Donovan Date: Tue, 5 Aug 2025 10:07:24 -0500 Subject: [PATCH] update docker port --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4b7cdc6..07311f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ WORKDIR /app COPY --from=builder /app/go-nkode . # Expose the port the application will run on -EXPOSE 8080 +EXPOSE 8090 # Command to run the application CMD ["./go-nkode"] \ No newline at end of file