9 lines
No EOL
147 B
Bash
Executable file
9 lines
No EOL
147 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker compose down
|
|
|
|
# run prebuild tasks
|
|
./scripts/prebuild.sh
|
|
|
|
# Build the docker image
|
|
docker compose build && docker compose up -d |