Skip to content

Commit

Permalink
Merge pull request #4 from bartrail/master
Browse files Browse the repository at this point in the history
fixed docker.sh script for linux
  • Loading branch information
y4roc authored Feb 21, 2019
2 parents bdd1829 + ace704b commit 978084c
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 978084c

Please sign in to comment.