Updated the README and script to not pipe directly to sh but to save the script and run it so that it can properly start a TTY session
This commit is contained in:
+2
-1
@@ -17,4 +17,5 @@ set -e
|
||||
|
||||
docker compose -f "$DEMO_TEMP_DIR/docker-compose.yml" run --rm managarr &&\
|
||||
docker compose -f "$DEMO_TEMP_DIR/docker-compose.yml" down &&\
|
||||
docker image rm darkalex17/managarr
|
||||
docker image rm darkalex17/managarr &&\
|
||||
rm -rf /tmp/managarr-demo.sh
|
||||
|
||||
Reference in New Issue
Block a user