Skip to content

Commit ace704b

Browse files
committed
fixed docker.sh script for linux
1 parent bdd1829 commit ace704b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ done
2626

2727
prepareFiles () {
2828
FILES=("./data/.bash_history")
29-
FOLDERS=("~/.docker/composer", "~/.docker/cache", "~/.docker/config", "~/.docker/local", "data")
29+
FOLDERS=("~/.docker/composer" "~/.docker/cache" "~/.docker/config" "~/.docker/local" "data")
3030
NGINX="./nginx"
3131

3232
if [ ! -e ./.env ]; then

0 commit comments

Comments
 (0)