Browse Source

Removing --build option from docker-compose up.

pull/4023/head
mike12345567 5 years ago
parent
commit
c706a623de
  1. 2
      hosting/start.sh

2
hosting/start.sh

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

Loading…
Cancel
Save