Skip to content

Commit

Permalink
organize and expand the list of files not copied to docker
Browse files Browse the repository at this point in the history
Working to create the smallest possible image.
  • Loading branch information
elrayle committed Apr 22, 2022
1 parent e5d48bd commit 2ee6405
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
**/.DS_Store
.dockerignore
.env.example
*.env
.git
/deploy-templates
/log/*
/tmp/*
/node_modules
/.bundle
/public/assets
/_*/

/.bundle
/.circleci
/.dockerignore
/.elasticbeanstalk
/.env*
/.git
/.gitignore
/.rspec
/.rubocop*
/.qa_server_app

/coverage/*
/db/*.sqlite3
/log/*.log
/public/assets
/spec/*
/tmp/*
/vendor/*

/docker-compose.yml

0 comments on commit 2ee6405

Please sign in to comment.