Skip to content

Commit fdd7699

Browse files
fix: versioning issue (#207)
1 parent 16ef754 commit fdd7699

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile.prod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN export NODE_OPTIONS=--max-old-space-size=8192
1212
RUN npm ci --silent
1313
RUN npm install react-scripts@latest -g --silent
1414
COPY . ./
15+
RUN echo "export default { version: '$RELEASE_VERSION' };" > src/versionInfo.ts
1516
RUN npm run build -- --outDir=build
1617
RUN npm run build -- --outDir=build/releases/v0.0.1
1718

0 commit comments

Comments
 (0)