Skip to content

Commit 57002ac

Browse files
authored
corrected sourcing of buildargs
1 parent 7d9ad9d commit 57002ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dstart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
if [ -f buildargs ]; then
3-
source buildargs
3+
source ./buildargs
44
export APP_HOSTNAME
55
fi
66
docker-compose up -d $@

0 commit comments

Comments
 (0)