Skip to content

Commit

Permalink
Merge pull request #508 from axonivy-market/update-devcontainer
Browse files Browse the repository at this point in the history
devcontainer: use engine feature
  • Loading branch information
ivy-lmu authored Jan 11, 2024
2 parents 8148ea3 + e68a920 commit ff7b2b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
18 changes: 0 additions & 18 deletions .devcontainer/Dockerfile

This file was deleted.

10 changes: 3 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"name": "Axon Ivy Dev Container",
"build": {
"dockerfile": "Dockerfile",
"args": {
"IVY_ENGINE_DOWNLOAD_URL": "https://dev.axonivy.com/permalink/dev/axonivy-engine-slim.zip"
}
},
"image": "mcr.microsoft.com/devcontainers/base:bookworm",
"forwardPorts": [8080],
"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",
Expand All @@ -14,7 +9,8 @@
"version": "17",
"installMaven": "true",
"jdkDistro": "tem"
}
},
"ghcr.io/axonivy/devcontainer-features/engine:1": {}
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit ff7b2b3

Please sign in to comment.