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 074911c commit ff45bf8Copy full SHA for ff45bf8
Dockerfile
@@ -9,7 +9,7 @@ ENV PATH /app/node_modules/.bin:$PATH
9
RUN \
10
git clone https://github.com/rzrbld/adminio-ui && \
11
cd adminio-ui && \
12
- npm cache clean --force && npm install -g npm && npm install -g @angular/cli && npm install
+ npm cache clean --force && npm install -g npm && npm install -g @angular/cli && npm install --force
13
14
RUN rm -rf adminio-ui/dist/*
15
RUN cd /app/adminio-ui && npm run build
0 commit comments