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 899ae75 commit 1684a3aCopy full SHA for 1684a3a
deploy/docker/Dockerfile
@@ -119,6 +119,7 @@ RUN yarn --immutable
119
# curl is required for yarn build to succeed, because it calls it while building client
120
RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates
121
122
+ARG REACT_APP_COMMIT_ID=test
123
ARG REACT_APP_ENV=production
124
ARG REACT_APP_EDITION=community
125
RUN yarn build
0 commit comments