mirror of https://github.com/fantasticit/think.git
package(docker): 添加“.dockerignore”
开发环境下不排除相关文件构建出来的镜像有将近4个G
This commit is contained in:
parent
30c71d62b2
commit
c2df106062
|
@ -0,0 +1,6 @@
|
||||||
|
.idea
|
||||||
|
runtime
|
||||||
|
.git
|
||||||
|
|
||||||
|
**/.next/**
|
||||||
|
**/node_modules/**
|
Loading…
Reference in New Issue