Skip to content

Commit

Permalink
fix: add back ARG to dockerfile
Browse files Browse the repository at this point in the history
np22-jpg committed Dec 17, 2023
1 parent fee5817 commit 2bc955b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
FROM quay.io/sclorg/nodejs-20-c9s@sha256:e63279b01fa149cfeb05cd3f49bf558df8a641bbeab1c3fc3b1c17425711ce68 AS devel

ARG NPM_BUILD="pnpm install --frozen-lockfile"

USER root
RUN npm install -g pnpm

WORKDIR /app
COPY package.json pnpm-lock.yaml ./
RUN $NPM_BUILD

COPY ./ ./


0 comments on commit 2bc955b

Please sign in to comment.