fix: update prod.Dockerfile to add additional required deps during base build

This commit is contained in:
Andrew Bastin
2024-04-20 01:54:34 +05:30
parent 08c655235d
commit 18652ce400

View File

@@ -4,6 +4,9 @@ WORKDIR /usr/src/app
ENV HOPP_ALLOW_RUNTIME_ENV=true
# Required by @hoppscotch/js-sandbox to build `isolated-vm`
RUN apk add python3 make g++
RUN npm install -g pnpm
COPY pnpm-lock.yaml .
RUN pnpm fetch