We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ecc3b commit 10cb261Copy full SHA for 10cb261
project/tool/start_dev_server.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-ROOT_DIR="$(cd "$(dirname $0)" && pwd)"/../../
+ROOT_DIR="$(cd "$(dirname $0)" && pwd)"/../..
4
5
DEP_SERVICE_FILE=$ROOT_DIR/dep_service_list
6
if [ ! -f $DEP_SERVICE_FILE ]
@@ -53,4 +53,5 @@ sudo docker run --rm -ti -p 80:80 --name distributed_mvc_frame \
53
$LINK $DEP_VOLUMN \
54
-v $ROOT_DIR/:/var/www/distributed_mvc_frame \
55
-v $ROOT_DIR/project/config/development/nginx/distributed_mvc_frame.conf:/etc/nginx/sites-enabled/default \
56
+ -e 'TIMEZONE=Asia/Shanghai' \
57
kikiyao/debian_php_dev_env start
0 commit comments