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 6dae569 commit 20081fdCopy full SHA for 20081fd
.docker/Dockerfile
@@ -16,8 +16,6 @@ ENV VITE_APP_MODE=production
16
17
RUN sed -i "s/\"version\": \".*\"/\"version\": \"${APP_VERSION}\"/" package.json
18
19
-RUN sed -i "s/\"version\": \".*\"/\"version\": \"${APP_VERSION}\"/" src/static/manifest.json
20
-
21
RUN yarn install --ignore-scripts
22
RUN yarn generate
23
RUN rm -rf node_modules
0 commit comments