6 lines
No EOL
95 B
Bash
Executable file
6 lines
No EOL
95 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker compose down
|
|
rm -rf ./run
|
|
docker image remove bluffit-app
|
|
docker compose up |