Skip to content
Snippets Groups Projects
Commit 0af02805 authored by erichard's avatar erichard
Browse files

UserOption : set UserOption=false

The demo does have user table and ELEMENT are not link to user.
This option is used in other project such as CodingPoolBack.
parent d51bcaa3
No related branches found
No related tags found
1 merge request!69User option
......@@ -6,4 +6,4 @@ SCRIPT_NAME=${BASH_SOURCE[0]}
cd `dirname ${SCRIPT_NAME}`
# Flask opère sur le port 5000
docker run -it --rm -p 5000:5000 -v $PWD/../test:/work -w /work --env LT_CFG="${LT_CFG}" labelstower:latest $*
\ No newline at end of file
docker run -it --rm -p 5000:5000 -v $PWD/../test:/work -w /work --env LT_CFG="${LT_CFG}" --env UserOption=false labelstower:latest $*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment