mirror of
https://github.com/lukaszraczylo/git-velocity.git
synced 2026-06-05 22:43:56 +00:00
Initial commit.
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
FROM alpine:3.19
|
||||
|
||||
RUN apk add --no-cache ca-certificates tzdata git
|
||||
|
||||
COPY git-velocity /usr/local/bin/git-velocity
|
||||
COPY config.example.yaml /etc/git-velocity/config.example.yaml
|
||||
|
||||
RUN chmod +x /usr/local/bin/git-velocity
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/git-velocity"]
|
||||
CMD ["--help"]
|
||||
Reference in New Issue
Block a user