Added ssh default for building docker image #33

Merged
phoenix merged 5 commits from docker_ssh_default into devel 2025-04-27 16:31:13 +00:00
Showing only changes of commit f078ca11ca - Show all commits

View File

@@ -1,13 +0,0 @@
# 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