Update gitpod config

- remove gitpod.Dockerfile
- set clojure as gitpod image
This commit is contained in:
lidorcg 2020-12-26 19:10:14 +00:00
parent db0cf2fbb7
commit cf8035d294
2 changed files with 2 additions and 10 deletions

7
.gitpod.Dockerfile vendored
View file

@ -1,7 +0,0 @@
FROM clojure
# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
# RUN brew install bastet
#
# More information: https://www.gitpod.io/docs/config-docker/

View file

@ -1,6 +1,5 @@
image:
file: .gitpod.Dockerfile
file: clojure
tasks:
- init: 'echo "TODO: Replace with init/build command"'
command: 'echo "TODO: Replace with command to start project"'
- command: 'lein koan run'