Skip to content

Commit

Permalink
go offline
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lmu committed Dec 22, 2023
1 parent 1476427 commit 238c171
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 @@ -7,7 +7,7 @@
}
},
"forwardPorts": [8080],
"postCreateCommand": "mkdir -p logs && rm -f logs/maven-nohup.out && nohup bash -c 'mvn package --batch-mode -Dmaven.test.skip=true -Divy.engine.directory=/usr/lib/axonivy-engine &'> logs/maven-nohup.out",
"postCreateCommand": "mkdir -p logs && rm -f logs/maven-nohup.out && nohup bash -c 'mvn dependency:go-offline &'> logs/maven-nohup.out",
"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": {
Expand Down

0 comments on commit 238c171

Please sign in to comment.