Add file paths.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
DIR="$(dirname -- "${BASH_SOURCE[0]}")"
|
||||
cd $DIR
|
||||
source .env
|
||||
source ./.env
|
||||
|
||||
## Main ##
|
||||
|
||||
@@ -14,7 +14,7 @@ source .env
|
||||
docker compose down
|
||||
|
||||
# Create folders.
|
||||
prep.sh
|
||||
./prep.sh
|
||||
|
||||
# Start the container.
|
||||
docker compose up -d
|
||||
|
Reference in New Issue
Block a user