All checks were successful
Rust Build / Check (pull_request) Successful in 49s
Rust Build / Test Suite (pull_request) Successful in 1m8s
Rust Build / Rustfmt (pull_request) Successful in 36s
Rust Build / Clippy (pull_request) Successful in 53s
Rust Build / build (pull_request) Successful in 1m16s
13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
|
|
# Docker stuff
|
|
#Build app
|
|
docker-compose build --ssh default app
|
|
|
|
# Rebuild and bring up
|
|
docker-compose up -d --force-recreate app
|
|
|
|
# Bring it down
|
|
docker-compose down -v
|
|
|
|
# Pruning
|
|
docker system prune -a |