Skip to content

Commit

Permalink
run mvn package after creating the container
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lmu committed Dec 20, 2023
1 parent f774d62 commit 37da901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,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",
"features": {
"ghcr.io/devcontainers/features/java:1": {
Expand Down

0 comments on commit 37da901

Please sign in to comment.