RED-3800 try get version 4

This commit is contained in:
Dan Percic 2023-06-21 13:47:49 +03:00
parent 8c999af015
commit 40010b8912

View File

@ -31,6 +31,7 @@ RUN cat version.json
RUN version=$(jq .FRONTEND_APP_VERSION version.json -r | cat) && \
jq --arg version "$version" '.version = $version' package.json > tmp.json && \
mv tmp.json package.json
RUN cat package.json
COPY yarn.lock yarn.lock
COPY nx.json nx.json