Skip to content

Commit

Permalink
expand .dockerignore entries for development
Browse files Browse the repository at this point in the history
Avoids sending NPM packages and compiled assets to the docker
build context.

Test Plan:
1. Verify that the docker image still builds successfully.

Change-Id: Ia47f6f0b1e2c3cab93cac8b97cdfe74f2d035d2c
Reviewed-on: https://gerrit.instructure.com/88809
Reviewed-by: Tyler Pickett <[email protected]>
Tested-by: Jenkins
QA-Review: Michael Hargiss <[email protected]>
Product-Review: Bryan Petty <[email protected]>
  • Loading branch information
tierra committed Sep 19, 2016
1 parent f44f475 commit e2430c8
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
.DS_Store
.dockerignore
.git
tmp
log
vendor/bundle
.gitignore
.idea

docker-compose/
docker-compose.override.yml
docker-compose.yml

client_apps/canvas_quizzes/node_modules/
gems/canvas_i18nliner/node_modules/
log/
node_modules/
public/dist/
public/optimized/
public/webpack-dist/
public/webpack-dist-optimized/
tmp/
vendor/bundle/

0 comments on commit e2430c8

Please sign in to comment.