Skip to content

Commit

Permalink
devcontainer: run engine in background (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lmu authored Dec 22, 2023
1 parent f774d62 commit e0638c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
}
},
"forwardPorts": [8080],
"postStartCommand": "/usr/lib/axonivy-engine/bin/AxonIvyEngine",
"containerEnv": { "JAVA_OPTS_IVY_SYSTEM": "-Ddev.mode=true -Divy.engine.testheadless=true" },
"postStartCommand": "mkdir -p logs && rm -f logs/eninge-nohup.out && nohup bash -c '/usr/lib/axonivy-engine/bin/AxonIvyEngine &'> logs/engine-nohup.out",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "17",
Expand Down

0 comments on commit e0638c3

Please sign in to comment.