From 11131ebe06249e3c18c7cf3cfea764834f15bc80 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 18 Aug 2022 19:30:53 +0000 Subject: [PATCH] custom dockerfile for gitpod --- .gitpod.Dockerfile | 2 +- .gitpod.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 62de37209..04d811629 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,2 +1,2 @@ FROM gitpod/workspace-node:2022-06-20-19-54-55 -RUN (curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.27.0/pack-v0.27.0-linux.tgz" | tar -C /usr/local/bin/ --no-same-owner -xzv pack) \ No newline at end of file +RUN brew install buildpacks/tap/pack \ No newline at end of file diff --git a/.gitpod.yml b/.gitpod.yml index 1819d5551..2cd6c8113 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,8 +1,8 @@ # This configuration file was automatically generated by Gitpod. # Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) # and commit this file to your remote git repository to share the goodness with others. -#image: -# file: .gitpod.Dockerfile +image: + file: .gitpod.Dockerfile tasks: - init: pnpm install && pnpm db:push && pnpm db:seed command: pnpm dev