From 245f65b6ff323345ae97c1c4ab7a3a1403cd7aeb Mon Sep 17 00:00:00 2001 From: Rizky Date: Sun, 21 Jan 2024 18:58:40 +0700 Subject: [PATCH] wip fix --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc768fc0..2ae460bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,8 @@ RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - RUN apt-get update RUN apt-get install nodejs -yq -RUN npm i -g @parcel/watcher node-gyp-build-optional-packages node-gyp +RUN npm i -g @parcel/watcher node-gyp-build-optional-packages node-gyp pnpm +RUN PATH="/usr/lib/node_modules/npm/bin:$PATH" RUN bun install RUN bun run build RUN bun run db-pull