Skip to content

Commit dd9a9cd

Browse files
committed
fix run script
1 parent 2a1048f commit dd9a9cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
./scripts/init_redis.sh
44
./scripts/init_mailhog.sh
55
./scripts/init_mockserver.sh
6-
export $(cat .env | xargs)
6+
export $(grep -v '^#' .env | xargs)
77
cargo run --bin app

0 commit comments

Comments
 (0)