diff --git a/docker/discord-bot.dockerfile b/docker/discord-bot.dockerfile index 3a5ac28e..330df91c 100644 --- a/docker/discord-bot.dockerfile +++ b/docker/discord-bot.dockerfile @@ -9,7 +9,7 @@ RUN apk add --no-cache libc6-compat RUN apk update # Install pnpm -RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash - +RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - # Copy obly the needed files RUN pnpm add turbo --global @@ -25,7 +25,7 @@ RUN apk add --no-cache libc6-compat RUN apk update # Install pnpm -RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash - +RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - # Install dependencies COPY .gitignore .gitignore diff --git a/docker/github-bot.dockerfile b/docker/github-bot.dockerfile index b992a853..dfe81e14 100644 --- a/docker/github-bot.dockerfile +++ b/docker/github-bot.dockerfile @@ -9,7 +9,7 @@ RUN apk add --no-cache libc6-compat RUN apk update # Install pnpm -RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash - +RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - # Copy obly the needed files RUN pnpm add turbo --global @@ -25,7 +25,7 @@ RUN apk add --no-cache libc6-compat RUN apk update # Install pnpm -RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.bashrc" SHELL="$(which bash)" bash - +RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - # Install dependencies COPY .gitignore .gitignore