Explorar el Código

修改开发使用的用户服务

superguoguo hace 3 años
padre
commit
38d05cbef7
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      crowd-service/start-containers-for-dev.sh

+ 5 - 0
crowd-service/start-containers-for-dev.sh

@@ -0,0 +1,5 @@
+FILE_STORE_BASE_PATH=$1
+export FILE_STORE_BASE_PATH
+cd $FILE_STORE_BASE_PATH
+docker-compose -f docker-compose-for-dev.yml down
+docker-compose -f docker-compose-for-dev.yml up -d