feat(docker): add Dockerfile and .dockerignore for app containerization
This commit is contained in:
7
.dockerignore
Normal file
7
.dockerignore
Normal file
@ -0,0 +1,7 @@
|
||||
# Prevent local build artifacts and secrets from bloating the image
|
||||
.git
|
||||
.next
|
||||
node_modules
|
||||
.env*
|
||||
Dockerfile
|
||||
README.md
|
||||
Reference in New Issue
Block a user