Update gitpod config
- remove gitpod.Dockerfile - set clojure as gitpod image
This commit is contained in:
parent
db0cf2fbb7
commit
cf8035d294
2 changed files with 2 additions and 10 deletions
7
.gitpod.Dockerfile
vendored
7
.gitpod.Dockerfile
vendored
|
|
@ -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/
|
||||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue