mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #2775 from AndrewKvalheim/dockerignore
Exclude additional files from Docker images
This commit is contained in:
commit
7c03c5b0e5
2 changed files with 9 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ WORKDIR /osem/
|
|||
RUN export NOKOGIRI_USE_SYSTEM_LIBRARIES=1; bundle install --jobs=3 --retry=3 --without test development
|
||||
|
||||
# Generate assets
|
||||
RUN export RAILS_ENV=production; bundle exec rake assets:clobber assets:precompile
|
||||
RUN export RAILS_ENV=production; bundle exec rake assets:precompile
|
||||
|
||||
ENV RAILS_ENV=production
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue