Fix build error: add .dockerignore and remove scratch files
This commit is contained in:
10
.dockerignore
Normal file
10
.dockerignore
Normal file
@@ -0,0 +1,10 @@
|
||||
node_modules
|
||||
.next
|
||||
.git
|
||||
.npm
|
||||
scratch
|
||||
Dockerfile
|
||||
.env
|
||||
.env.local
|
||||
*.db
|
||||
*.db-journal
|
||||
Reference in New Issue
Block a user