Possibly this chain style works?

This commit is contained in:
tycrek 2022-06-15 16:25:24 -06:00
parent 1c068bde3c
commit 1f67879fbe
No known key found for this signature in database
GPG Key ID: 25D74F3943625263
2 changed files with 4 additions and 10 deletions

View File

@ -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!"

View File

@ -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!