From cf8035d2948baa505dfec30e04573e07e891ffdb Mon Sep 17 00:00:00 2001 From: lidorcg Date: Sat, 26 Dec 2020 19:10:14 +0000 Subject: [PATCH] Update gitpod config - remove gitpod.Dockerfile - set clojure as gitpod image --- .gitpod.Dockerfile | 7 ------- .gitpod.yml | 5 ++--- 2 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 .gitpod.Dockerfile diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile deleted file mode 100644 index 6921a32..0000000 --- a/.gitpod.Dockerfile +++ /dev/null @@ -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/ diff --git a/.gitpod.yml b/.gitpod.yml index 475c7d9..d49810b 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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'