Skip to content

Commit

Permalink
fixed docker.sh script for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bartrail committed Feb 21, 2019
1 parent bdd1829 commit ace704b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ done

prepareFiles () {
FILES=("./data/.bash_history")
FOLDERS=("~/.docker/composer", "~/.docker/cache", "~/.docker/config", "~/.docker/local", "data")
FOLDERS=("~/.docker/composer" "~/.docker/cache" "~/.docker/config" "~/.docker/local" "data")
NGINX="./nginx"

if [ ! -e ./.env ]; then
Expand Down

0 comments on commit ace704b

Please sign in to comment.