Skip to content

Commit

Permalink
Only wipe bower_components
Browse files Browse the repository at this point in the history
  • Loading branch information
benlovell committed Dec 23, 2024
1 parent c00fd79 commit 1cf6cfa
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 @@ -21,7 +21,7 @@ RUN npm install -g bower@1.8.8

COPY . /myapp

RUN rm -rf vendor/assets
RUN rm -rf vendor/assets/bower_components
RUN bundle exec bowndler update --allow-root
RUN bundle exec rake assets:precompile

Expand Down

0 comments on commit 1cf6cfa

Please sign in to comment.