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... echo Running setup...
# Bring up the container # Bring up the container and run the setup
docker compose up docker compose up -d && docker compose exec ass npm run setup && docker compose restart
# Restart the container when setup complete
docker compose restart
# Done! # Done!
echo "ass-docker for Linux installed!" echo "ass-docker for Linux installed!"

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

Loading…
Cancel
Save