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 f8a7803 commit 239443fCopy full SHA for 239443f
build_and_run_app.sh
@@ -13,9 +13,9 @@ cleanup() {
13
}
14
15
# Trap the EXIT signal to perform cleanup
16
-trap cleanup EXIT
+# trap cleanup EXIT
17
18
set -e # Exit immediately if a command exits with a non-zero status.
19
mvn clean package -Dmaven.test.skip=true
20
-docker run -d -p 6379:6379 --name redis_container redis
+docker run -d -p 6379:6379 --name redis_container redis || true
21
java $SEARCH_FEATURE -jar target/salesmanager-*-SNAPSHOT.jar --spring.redis.host=localhost --spring.redis.port=6379 --spring.redis.mode=standalone --server.port=8086 --spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.H2Dialect
0 commit comments