Add .dockerignore
This commit is contained in:
parent
b8aa1a442a
commit
9ab261b5de
14
.dockerignore
Normal file
14
.dockerignore
Normal file
@ -0,0 +1,14 @@
|
||||
# Dependency & build artifacts
|
||||
node_modules
|
||||
.next
|
||||
out
|
||||
|
||||
# VCS / tooling
|
||||
.git
|
||||
.gitignore
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
|
||||
# OS / editor
|
||||
.DS_Store
|
||||
*.log
|
||||
Loading…
x
Reference in New Issue
Block a user