Skip to content

Commit

Permalink
Fix small wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
duythien committed Dec 7, 2017
1 parent 7854bb4 commit 07463eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ ! -d "opsfile" ]; then
fi

chmod 777 -R public/
chmod 777 -R cache/
chmod 777 -R content/cache/
chmod 777 -R content/logs


Expand Down Expand Up @@ -34,18 +34,15 @@ docker-compose build
docker-compose up -d

if [ 'rebuild' == "$1" ]; then
cd opsfiles/docker
docker-compose down -v
docker-compose up -d
fi

if [ 'composer' == "$1" ]; then
cd opsfiles/docker
docker-compose up composer
fi

if [ 'migrate' == "$1" ]; then
cd opsfiles/docker
docker-compose up migrate
fi

Expand Down

0 comments on commit 07463eb

Please sign in to comment.