We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ef754 commit fdd7699Copy full SHA for fdd7699
1 file changed
Dockerfile.prod
@@ -12,6 +12,7 @@ RUN export NODE_OPTIONS=--max-old-space-size=8192
12
RUN npm ci --silent
13
RUN npm install react-scripts@latest -g --silent
14
COPY . ./
15
+RUN echo "export default { version: '$RELEASE_VERSION' };" > src/versionInfo.ts
16
RUN npm run build -- --outDir=build
17
RUN npm run build -- --outDir=build/releases/v0.0.1
18
0 commit comments