fix manager-solution
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker compose down
|
||||
#./create.sh
|
||||
#docker compose down
|
||||
docker system prune -a -f
|
||||
docker volume prune -a -f
|
||||
docker build -t fis .
|
||||
cd /home/tommal/Desktop/maschera/manager-solution
|
||||
docker compose up -d
|
||||
docker compose logs -f
|
||||
|
||||
Reference in New Issue
Block a user