Removing --build option from docker-compose up.
This commit is contained in:
parent
acbc15ad84
commit
c706a623de
|
@ -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