mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-02-20 01:00:22 +08:00
- Git commit is passed as a build argument as explained in README.md - `.git` directory is ignored by Docker for a quicker build and smaller context - the build arg VCS_REF is used both to tag the image and the Go program
13 lines
105 B
Plaintext
13 lines
105 B
Plaintext
.circleci
|
|
.github
|
|
docs
|
|
test
|
|
.gitignore
|
|
.goreleaser.yml
|
|
*.md
|
|
coverage.txt
|
|
Dockerfile
|
|
LICENSE
|
|
test.sh
|
|
.git
|