Removing --build option from docker-compose up.

This commit is contained in:
mike12345567 2021-01-06 17:24:18 +00:00
parent acbc15ad84
commit c706a623de
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
docker-compose --env-file hosting.properties up --build
docker-compose --env-file hosting.properties up