Initial commit with Dockerfile
This commit is contained in:
23
.dockerignore
Normal file
23
.dockerignore
Normal file
@@ -0,0 +1,23 @@
|
||||
node_modules
|
||||
.nuxt
|
||||
.output
|
||||
.nitro
|
||||
.cache
|
||||
dist
|
||||
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
Dockerfile
|
||||
Dockerfile.*
|
||||
docker-compose*.yml
|
||||
|
||||
logs
|
||||
*.log
|
||||
|
||||
.env
|
||||
.env.*
|
||||
|
||||
.DS_Store
|
||||
.idea
|
||||
.fleet
|
||||
Reference in New Issue
Block a user