Skip to content

Commit

Permalink
Ignore more files in docker image (lukevella#266)
Browse files Browse the repository at this point in the history
These files and directories aren't needed in the image and ignoring
them means that changes to these files won't invalidate the docker
build cache the image will be smaller.
  • Loading branch information
mattprecious authored Aug 1, 2022
1 parent 0e8f750 commit 90f1a11
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
node_modules
.git
.github
.vscode
.env
.sentryclirc
sentry.properties
Dockerfile
docker-compose.yml
docs
README.md

0 comments on commit 90f1a11

Please sign in to comment.