Malte Schmitz před 4 roky
rodič
revize
25c98e2d5b
2 změnil soubory, kde provedl 15 přidání a 0 odebrání
  1. +10
    -0
      .gitpod.Dockerfile
  2. +5
    -0
      .gitpod.yml

+ 10
- 0
.gitpod.Dockerfile Zobrazit soubor

@@ -0,0 +1,10 @@
FROM gitpod/workspace-full

# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
# RUN brew install bastet
#
# More information: https://www.gitpod.io/docs/config-docker/

RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
&& sdk install java 8.0.265-open"

+ 5
- 0
.gitpod.yml Zobrazit soubor

@@ -0,0 +1,5 @@
image:
file: .gitpod.Dockerfile

tasks:
- init: mvn install -DskipTests=false

Načítá se…
Zrušit
Uložit