mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
fix(docker): speedup docker build process by dockerignore
The target folder may become very large, which will slow down docker build process quite a lot.
This commit is contained in:
8
.dockerignore
Normal file
8
.dockerignore
Normal file
@@ -0,0 +1,8 @@
|
||||
**/.git
|
||||
.circleci
|
||||
.devcontainer
|
||||
.github
|
||||
.ssh
|
||||
.vscode
|
||||
**/target
|
||||
dev
|
||||
Reference in New Issue
Block a user