From b6f521957680b6241a5b70e25687464a4621c27c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hallvard=20Tr=C3=A6tteberg?= <hal@ntnu.no>
Date: Fri, 19 Jun 2020 15:06:41 +0200
Subject: [PATCH] Add .gitpod.yml

---
 .gitpod.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 .gitpod.yml

diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..1da4947
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,10 @@
+image:
+  file: .gitpod.dockerfile
+
+tasks:
+  - init: sdk use java 14.0.1.j9-adpt
+  # command: cd my-project
+
+ports:
+  # used by virtual desktop and vnc, supports JavaFX
+  - port: 6080
-- 
GitLab