Removing --build option from docker-compose up.
This commit is contained in:
parent
429c6f912c
commit
0f4dcbc3e2
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
docker-compose --env-file hosting.properties up --build
|
||||
docker-compose --env-file hosting.properties up
|
||||
|
|
Loading…
Reference in New Issue