feat: docker pull back image #740

Open
alexm wants to merge 46 commits from 6695-docker_push into dev
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 154fc7d79e - Show all commits

View File

@ -2,9 +2,10 @@ FROM node:lts-bookworm
ENV SHELL bash
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN apt-get update
RUN apt install libkrb5-dev libssl-dev
RUN npm install -g pnpm@8.15.1
RUN pnpm setup
RUN apt install libkrb5-dev libssl-dev
RUN npm i -g pnpm
WORKDIR /salix