Added Gitpod files
This commit is contained in:
parent
bcb5532db5
commit
c796c676f8
3
.gitpod.Dockerfile
vendored
Normal file
3
.gitpod.Dockerfile
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM gitpod/workspace-full-vnc:latest
|
||||
USER root
|
||||
RUN ./build-docker.sh
|
2
.gitpod.yml
Normal file
2
.gitpod.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
image:
|
||||
file: .gitpod.Dockerfile
|
3
.theia/settings.json
Normal file
3
.theia/settings.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"editor.autoSave": "on"
|
||||
}
|
Loading…
Reference in New Issue
Block a user