Skip to content

Commit

Permalink
run engine using nohup
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lmu committed Dec 22, 2023
1 parent 37da901 commit 1e23964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"forwardPorts": [8080],
"postCreateCommand": "mvn package --batch-mode -Dmaven.test.skip=true -Divy.engine.directory=/usr/lib/axonivy-engine",
"postStartCommand": "/usr/lib/axonivy-engine/bin/AxonIvyEngine",
"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 1e23964

Please sign in to comment.