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