Skip to content

Commit

Permalink
add more compiled assets to .dockerignore
Browse files Browse the repository at this point in the history
Adds more missing entries to .dockerignore for compiled assets.

Test Plan:
1. Verify successful docker image build from new checkout.

Change-Id: I88b1a1260fb3eb47c8f6961fe23d2667af588a07
Reviewed-on: https://gerrit.instructure.com/97463
Reviewed-by: Jeff Belser <[email protected]>
Tested-by: Jenkins
Reviewed-by: Marc Alan Phillips <[email protected]>
Product-Review: Bryan Petty <[email protected]>
QA-Review: Bryan Petty <[email protected]>
  • Loading branch information
tierra committed Dec 14, 2016
1 parent 3966267 commit 4dbbe75
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,26 @@ docker-compose.local.*.yml
docker-compose.override.yml
docker-compose.yml

client_apps/canvas_quizzes/dist/
client_apps/canvas_quizzes/node_modules/
client_apps/canvas_quizzes/tmp/
gems/canvas_i18nliner/node_modules/
log/
node_modules/
public/dist/
public/doc/
public/javascripts/client_apps/
public/javascripts/compiled/
public/javascripts/jst/
public/javascripts/jsx/
public/javascripts/translations/
public/optimized/
public/webpack-dist/
public/webpack-dist-optimized/
spec/javascripts/compiled/
spec/javascripts/webpack/
tmp/
vendor/bundle/
Dockerfile
Gemfile.lock
mkmf.log

0 comments on commit 4dbbe75

Please sign in to comment.