diff options
author | BlackDex <[email protected]> | 2022-02-07 22:26:22 +0100 |
---|---|---|
committer | BlackDex <[email protected]> | 2022-02-22 20:00:33 +0100 |
commit | 5f01db69ffdb3d37e24e30a7003792ed72882973 (patch) | |
tree | f654270cf648c01c2b4ac020f1bdfcce2a9e1064 /.dockerignore | |
parent | d781981bbdbe78ef34850b5b3359e38b714d29de (diff) | |
download | vaultwarden-5f01db69ffdb3d37e24e30a7003792ed72882973.tar.gz vaultwarden-5f01db69ffdb3d37e24e30a7003792ed72882973.zip |
Update async to prepare for main merge
- Changed nightly to stable in Dockerfile and Workflow
- Updated Dockerfile to use stable and updated ENV's
- Removed 0.0.0.0 as default addr it now uses ROCKET_ADDRESS or the default
- Updated Github Workflow actions to the latest versions
- Updated Hadolint version
- Re-orderd the Cargo.toml file a bit and put libs together which are linked
- Updated some libs
- Updated .dockerignore file
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/.dockerignore b/.dockerignore index 69f51d2a..c7ffe132 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,13 +3,18 @@ target # Data folder data + +# Misc .env .env.template .gitattributes +.gitignore +rustfmt.toml # IDE files .vscode .idea +.editorconfig *.iml # Documentation @@ -19,9 +24,17 @@ data *.yml *.yaml -# Docker folders +# Docker hooks tools +Dockerfile +.dockerignore +docker/** +!docker/healthcheck.sh +!docker/start.sh # Web vault -web-vault
\ No newline at end of file +web-vault + +# Vaultwarden Resources +resources |