Updated docker
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# dependencies — installed inside the image
|
||||
node_modules
|
||||
|
||||
# build output — produced by the builder stage
|
||||
dist
|
||||
|
||||
# version control & editor
|
||||
.git
|
||||
.gitignore
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# docker artifacts
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
|
||||
# environment & local config
|
||||
.env
|
||||
.env.*
|
||||
*.local
|
||||
|
||||
# caches & logs
|
||||
.eslintcache
|
||||
*.log
|
||||
tmp
|
||||
|
||||
# repo tooling not needed inside the image
|
||||
scripts
|
||||
*.md
|
||||
Reference in New Issue
Block a user