Add docker #28
7
docker_run.txt
Normal file
7
docker_run.txt
Normal 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
|
Reference in New Issue
Block a user