diff options
| -rw-r--r-- | .gitpod.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..3818803 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,10 @@ +# The Docker image to run your workspace in. Defaults to gitpod/workspace-full +image: coqorg/coq:8.13 +# Command to start on workspace startup (optional) +tasks: +# - init: install +# command: +# Ports to expose on workspace startup (optional) +ports: + - port: 8000 + onOpen: open-preview |
