Skip to content

Commit

Permalink
back to poststartcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lmu committed Dec 18, 2023
1 parent 0c92383 commit a88d2b7
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 @@ -6,6 +6,7 @@
"IVY_ENGINE_DOWNLOAD_URL": "https://dev.axonivy.com/permalink/dev/axonivy-engine.zip"
}
},
"postStartCommand": "/usr/lib/axonivy-engine/bin/AxonIvyEngine",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "17",
Expand All @@ -16,7 +17,7 @@
"vscode": {
"extensions": ["axon-ivy.designer-11"],
"settings": {
"engine.runByExtension": true,
"engine.runByExtension": false,
"engine.directory": "/usr/lib/axonivy-engine"
}
}
Expand Down

0 comments on commit a88d2b7

Please sign in to comment.