We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9ad9d commit 57002acCopy full SHA for 57002ac
bin/dstart
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
if [ -f buildargs ]; then
3
- source buildargs
+ source ./buildargs
4
export APP_HOSTNAME
5
fi
6
docker-compose up -d $@
0 commit comments