mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Docker init
This commit is contained in:
parent
2938cf96ff
commit
47689f3cfa
2 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
image:
|
||||
file: ./.devcontainer/Dockerfile
|
||||
file: ./.devcontainer/Dockerfile-docker-init
|
||||
tasks:
|
||||
- before: sudo usermod -a -G sdkman gitpod && sudo usermod -a -G nvm gitpod && sudo chown -R gitpod /usr/local/sdkman /usr/local/share/nvm
|
||||
- init: ./mvnw install
|
||||
vscode:
|
||||
extensions:
|
||||
- vscjava.vscode-java-pack
|
||||
- redhat.vscode-xml
|
||||
- redhat.vscode-xml
|
||||
|
|
Loading…
Reference in a new issue