All checks were successful
Release Tagging / release (push) Successful in 34s
Rust Build / Check (push) Successful in 49s
Rust Build / Test Suite (push) Successful in 1m18s
Rust Build / Rustfmt (push) Successful in 33s
Rust Build / Clippy (push) Successful in 52s
Rust Build / build (push) Successful in 1m30s
Rust Build / Check (pull_request) Successful in 58s
Rust Build / Test Suite (pull_request) Successful in 1m8s
Rust Build / Rustfmt (pull_request) Successful in 32s
Rust Build / Clippy (pull_request) Successful in 52s
Rust Build / build (pull_request) Successful in 1m19s
Reviewed-on: #31 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
13 lines
215 B
Plaintext
13 lines
215 B
Plaintext
|
|
# Docker stuff
|
|
#Build app
|
|
docker compose build --ssh default auth_api
|
|
|
|
# Rebuild and bring up
|
|
docker compose up -d --force-recreate auth_api
|
|
|
|
# Bring it down
|
|
docker compose down -v
|
|
|
|
# Pruning
|
|
docker system prune -a |