ci: add dockerignore

This commit is contained in:
2024-06-02 07:48:38 -04:00
parent dc04d3b873
commit 75f9b39bc1
2 changed files with 18 additions and 1 deletions

16
.dockerignore Normal file
View File

@@ -0,0 +1,16 @@
node_modules
Dockerfile*
docker-compose*
.dockerignore
.git
.gitignore
README.md
LICENSE
.vscode
Makefile
helm-charts
.env
.dev.vars
.editorconfig
.idea
coverage*

View File

@@ -5,3 +5,4 @@ node_modules
bun.lockb
.prettierignore
.gitignore
Dockerfile