Add docker #28

Merged
phoenix merged 6 commits from add_docker into devel 2025-04-11 01:07:21 +00:00
Showing only changes of commit c8ac1025b2 - Show all commits

7
docker_run.txt Normal file
View File

@@ -0,0 +1,7 @@
# Docker stuff
#Build app
docker-compose build --ssh default app
# Rebuild and bring up
docker-compose up -d --force-recreate app