소스 검색

Foo

gitpod
Malte Schmitz 4 년 전
부모
커밋
25c98e2d5b
2개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      .gitpod.Dockerfile
  2. +5
    -0
      .gitpod.yml

+ 10
- 0
.gitpod.Dockerfile 파일 보기

@@ -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 파일 보기

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

tasks:
- init: mvn install -DskipTests=false

불러오는 중...
취소
저장