Skip to content

Commit

Permalink
Add .dockerignore file for slimmer image (#104)
Browse files Browse the repository at this point in the history
Adding the same files to .dockerignore as we had in the .gitignore files as these are not needed to build the container. This should make sure if a container is built locally but some of the .gitignore files are modified, it still builds to container. With this, less unncessary files should end up in the container.
  • Loading branch information
ruflin authored Sep 11, 2019
1 parent 29a05e3 commit 29dbf7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.DS_Store
integrations-registry

.idea
build
public/*

0 comments on commit 29dbf7c

Please sign in to comment.