Skip to content

Commit f51d8dc

Browse files
committed
added run instance
1 parent 7ca7367 commit f51d8dc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/run-instance.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#! /bin/sh
2+
3+
set -e
4+
5+
exit_code=0
6+
docker compose up -d --wait
7+
yarn run || exit_code=$?
8+
docker compose down
9+
exit $exit_code

0 commit comments

Comments
 (0)