Skip to content

Commit

Permalink
fix docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
rzrbld committed Jun 21, 2022
1 parent 074911c commit ff45bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PATH /app/node_modules/.bin:$PATH
RUN \
git clone https://github.com/rzrbld/adminio-ui && \
cd adminio-ui && \
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

RUN rm -rf adminio-ui/dist/*
RUN cd /app/adminio-ui && npm run build
Expand Down

0 comments on commit ff45bf8

Please sign in to comment.