simplerisk / docker

SimpleRisk Docker Repository
https://www.simplerisk.com
Mozilla Public License 2.0
29 stars 21 forks source link

Simplerisk-minimal image fix #20

Closed WolfangAukang closed 3 years ago

WolfangAukang commented 3 years ago

The entrypoint script verifies if the image is running on test mode or not. Previously, if the image was not running on testing mode, the script threw an error code 1, exiting the container. Now, it will keep running the script as usual.