Possibly this chain style works?

pull/126/head^2
tycrek 2 years ago
parent 1c068bde3c
commit 1f67879fbe
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -22,11 +22,8 @@ read -n 1 -s -r -p "Press any key to continue..."
echo Running setup...
# Bring up the container
docker compose up
# Restart the container when setup complete
docker compose restart
# Bring up the container and run the setup
docker compose up -d && docker compose exec ass npm run setup && docker compose restart
# Done!
echo "ass-docker for Linux installed!"

@ -19,11 +19,8 @@ PAUSE
ECHO Running setup...
REM Bring up the container
docker compose up
REM Restart the container when setup complete
docker compose restart
REM Bring up the container and run the setup
docker compose up -d && docker compose exec ass npm run setup && docker compose restart
REM Done!
ECHO ass-docker for Windows installed!

Loading…
Cancel
Save