Skip to content

Commit 2f317d2

Browse files
add debug flag
1 parent 2af2e55 commit 2f317d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build_webapp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ docker build --target webapp_prd -t webapp_prd .
66

77
docker run webapp_dev validatecodeonce; STATUS1=$?
88

9-
docker run -p 8000:8000 webapp_prd startapp
9+
docker run -p 8000:8000 -d webapp_prd startapp
1010

1111
sleep 5
1212

0 commit comments

Comments
 (0)