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
When running the image with docker run -p 8080:8080 ghcr.io/j-mueller/wsc-poc-mock-server:latest. No log appears.
With podman run -p 8080:8080 ghcr.io/j-mueller/wsc-poc-mock-server:latest, we get a line saying Starting mock server on port 8080 only after exiting with ctrl-c.
This is the expected output, but it should appear right away, not when terminating the process
Not sure if this needs to be changed in Haskell or podman / docker.
The text was updated successfully, but these errors were encountered:
docker run -p 8080:8080 ghcr.io/j-mueller/wsc-poc-mock-server:latest
. No log appears.podman run -p 8080:8080 ghcr.io/j-mueller/wsc-poc-mock-server:latest
, we get a line sayingStarting mock server on port 8080
only after exiting with ctrl-c.Not sure if this needs to be changed in Haskell or podman / docker.
The text was updated successfully, but these errors were encountered: