Added Gitpod files

pull/401/head
Ridley Neslon 2020-04-23 14:08:49 +00:00
parent bcb5532db5
commit c796c676f8
3 changed files with 8 additions and 0 deletions

3
.gitpod.Dockerfile vendored Normal file
View File

@ -0,0 +1,3 @@
FROM gitpod/workspace-full-vnc:latest
USER root
RUN ./build-docker.sh

2
.gitpod.yml Normal file
View File

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

3
.theia/settings.json Normal file
View File

@ -0,0 +1,3 @@
{
"editor.autoSave": "on"
}