mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-09-02 03:03:57 +00:00
Remove git-tracked paths from .dockerignore (#5590)
* Remove git-tracked paths from .dockerignore Since #5470 added automatic git version tags builds will include a `-modified` version suffix if they have uncommitted changes in the Git repository. The final container images are not copying any files from the local directory, so none of the files copied into the builder stage will end up in the final image. Fixes #5589 * change .dockerignore to symlink to .gitignore
This commit is contained in:
parent
b853ac2800
commit
e685977929
1 changed files with 1 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
# build folders and similar which are not needed for the docker build
|
||||
target
|
||||
docker
|
||||
api_tests
|
||||
ansible
|
||||
tests
|
||||
*.sh
|
||||
pictrs
|
1
.dockerignore
Symbolic link
1
.dockerignore
Symbolic link
|
@ -0,0 +1 @@
|
|||
.gitignore
|
Loading…
Reference in a new issue