chore(docker): change application port from 8080 to 8081 #12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/meetings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Update the Dockerfile to use port 8081 instead of 8080 for the application.
This includes:
Ensures consistency between the exposed port and the actual port the
application binds to when running inside the container.