Skip to content

Commit 1fcaccd

Browse files
committed
fix
1 parent 20081fd commit 1fcaccd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ENV NODE_OPTIONS=--openssl-legacy-provider
1515
ENV VITE_APP_MODE=production
1616

1717
RUN sed -i "s/\"version\": \".*\"/\"version\": \"${APP_VERSION}\"/" package.json
18+
RUN sed -i "s/\"version\": \".*\"/\"version\": \"${APP_VERSION}\"/" src/assets/static/manifest.json
1819

1920
RUN yarn install --ignore-scripts
2021
RUN yarn generate

0 commit comments

Comments
 (0)