Skip to content

Commit

Permalink
Fixed gitpod docker file
Browse files Browse the repository at this point in the history
Fixed gitpod docker file
  • Loading branch information
Hakky54 committed Aug 7, 2024
1 parent 3eb581e commit 4fccd04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .gitpod.Dockerfile

This file was deleted.

8 changes: 5 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
image:
file: .gitpod.Dockerfile
image: adoptopenjdk/maven-openjdk17:latest

tasks:
- init: mvn install
- name: Configure development environment
before: apt-get install git -y
command: mvn install

0 comments on commit 4fccd04

Please sign in to comment.