Skip to content
Snippets Groups Projects
Commit 097a594a authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

enable authentication in captain_run

parent cfabbe0f
No related branches found
No related tags found
No related merge requests found
captain_run.sh 100644 → 100755
......@@ -23,7 +23,7 @@ until [ $(docker exec portal-db psql -U postgres -c "\q" 2>&1 | wc -l) -eq 0 ];
done
docker run --name portal-backend -p 8080:8080 \
-e "AUTHENTICATION=0" \
-e "AUTHENTICATION=1" \
-d hbpmip/portal-backend
echo 'Wating for backend to start...'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment