Skip to content

Commit ff45bf8

Browse files
committed
fix docker image build
1 parent 074911c commit ff45bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV PATH /app/node_modules/.bin:$PATH
99
RUN \
1010
git clone https://github.com/rzrbld/adminio-ui && \
1111
cd adminio-ui && \
12-
npm cache clean --force && npm install -g npm && npm install -g @angular/cli && npm install
12+
npm cache clean --force && npm install -g npm && npm install -g @angular/cli && npm install --force
1313

1414
RUN rm -rf adminio-ui/dist/*
1515
RUN cd /app/adminio-ui && npm run build

0 commit comments

Comments
 (0)