We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cf722 commit 78ea821Copy full SHA for 78ea821
helper/Dockerfile-release
@@ -20,7 +20,7 @@ ARG TARGETOS
20
ARG RELEASE_VERSION
21
WORKDIR /app/dtm
22
COPY . .
23
-RUN cd admin && npm install -g yarn && yarn && VITE_ADMIN_VERSION=$RELEASE_VERSION yarn build
+RUN cd admin && yarn && VITE_ADMIN_VERSION=$RELEASE_VERSION yarn build
24
25
FROM --platform=$TARGETPLATFORM alpine
26
COPY --from=builder1 /app/dtm/dtm /app/dtm/
0 commit comments