Skip to content

Commit

Permalink
update devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lmu committed Dec 19, 2023
1 parent a88d2b7 commit 2a4a28f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN apt-get update && \
\
mkdir ${IVY_HOME}/applications && \
mkdir ${IVY_HOME}/configuration/applications && \
rm -r ${IVY_HOME}/system/demo-applications && \
chown -R vscode:0 ${IVY_HOME} && \
\
chmod -R g=u ${IVY_HOME}
7 changes: 5 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,24 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"IVY_ENGINE_DOWNLOAD_URL": "https://dev.axonivy.com/permalink/dev/axonivy-engine.zip"
"IVY_ENGINE_DOWNLOAD_URL": "https://dev.axonivy.com/permalink/dev/axonivy-engine-slim.zip"
}
},
"forwardPorts": [8080],
"postStartCommand": "/usr/lib/axonivy-engine/bin/AxonIvyEngine",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "17",
"installMaven": "true"
"installMaven": "true",
"jdkDistro": "tem"
}
},
"customizations": {
"vscode": {
"extensions": ["axon-ivy.designer-11"],
"settings": {
"engine.runByExtension": false,
"engine.url": "http://localhost:8080/",
"engine.directory": "/usr/lib/axonivy-engine"
}
}
Expand Down

0 comments on commit 2a4a28f

Please sign in to comment.