update docker port

This commit is contained in:
2025-08-05 10:07:24 -05:00
parent 421862fd96
commit 30b2a1eb53

View File

@@ -40,7 +40,7 @@ WORKDIR /app
COPY --from=builder /app/go-nkode . COPY --from=builder /app/go-nkode .
# Expose the port the application will run on # Expose the port the application will run on
EXPOSE 8080 EXPOSE 8090
# Command to run the application # Command to run the application
CMD ["./go-nkode"] CMD ["./go-nkode"]