diff --git a/.gitpod.dockerfile b/.gitpod.dockerfile deleted file mode 100644 index e13c885..0000000 --- a/.gitpod.dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM gitpod/workspace-full - -RUN npm i learnpack -g diff --git a/.gitpod.yml b/.gitpod.yml index 19c6ab1..21fa503 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,3 @@ -image: - file: .gitpod.dockerfile - # List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/ tasks: - init: >