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 a container in debug mode by adding -d at the end of the docker run command will suppress the test suite execution. IMHO this is a design issue on how the container should be used
Acceptance criteria:
It is possible to run the container in debug mode AND execute the test case.
Replace -d by an environment variable DEBUG=true to be set on container start.
The text was updated successfully, but these errors were encountered:
When running a container in debug mode by adding
-d
at the end of thedocker run
command will suppress the test suite execution. IMHO this is a design issue on how the container should be usedAcceptance criteria:
-d
by an environment variableDEBUG=true
to be set on container start.The text was updated successfully, but these errors were encountered: