From c1238c65947f3af60391018ae34bd1eafd63b26e Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 12 Jul 2022 13:00:58 +0200 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 87e5b29f3..3af3611be 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,12 +1,11 @@ # 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: node:18 +image: gitpod/workspace-node:2022-06-20-19-54-55 tasks: - - before: curl -sL https://unpkg.com/@pnpm/self-installer | node - init: pnpm install && pnpm db:push && pnpm db:seed command: pnpm dev ports: - port: 3001 - visibility: public \ No newline at end of file + visibility: public