You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the docker file should be pointing at the shell script since that specifies the default port, without it it just runs the jar and prints the usage information then closes
The text was updated successfully, but these errors were encountered:
You can just specify the port after the run command, it will be passed as an argument to the jar. "Any command line arguments passed to docker run will be appended to the entrypoint command, and will override all elements specified using CMD" (https://ryanwhocodes.com/blog/docker-entrypoint-cmd/)
It looks like the docker file should be pointing at the shell script since that specifies the default port, without it it just runs the jar and prints the usage information then closes
The text was updated successfully, but these errors were encountered: