Skip to content

Commit fef2a77

Browse files
committed
Refactoring running docker script
1 parent 774874e commit fef2a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PATH_HOME=$(echo $HOME)
2121

2222
PATH_APP=$(pwd)
2323
PATH_CONTAINER_DATA="$PATH_APP/data"
24-
COMPOSE_PATH="$PATH_APP"
24+
COMPOSE_PATH="$PATH_APP/docker"
2525
COMPOSE_APP="$COMPOSE_PATH/docker-compose.yml"
2626

2727
COL_RED="\033[22;31m"

0 commit comments

Comments
 (0)