fix relative path env in sndev
This commit is contained in:
parent
ac87322ac8
commit
cfd63f4efb
4
sndev
4
sndev
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
set -a # automatically export all variables
|
set -a # automatically export all variables
|
||||||
. .env.development
|
. ./.env.development
|
||||||
if [ -f .env.local ]; then
|
if [ -f .env.local ]; then
|
||||||
. .env.local
|
. ./.env.local
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docker__compose() {
|
docker__compose() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user