Files
soaricarus_auth/docker_run.txt
T
phoenixandphoenix 17af1a00c0 Add docker (#28)
Reviewed-on: phoenix/icarus_auth#28
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
2025-04-11 01:07:20 +00:00

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