update docker port
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user