Skip to content
Snippets Groups Projects
Commit 2d08c6bc authored by Xiao Gui's avatar Xiao Gui
Browse files

fix Dockerfile

parent 667aa656
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,6 @@ COPY . /iv/
# angular 12 echo the env var into src/environments/environment.prod.ts
RUN node ./src/environments/parseEnv.js
# When building in local, where node_module already exist, prebuilt binary may throw an error
RUN rm -rf ./node_modules
RUN npm run build
RUN node third_party/matomo/processMatomo.js
RUN npm run build-storybook
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment