gitforgefs/Dockerfile

7 lines
77 B
Docker

FROM alpine
COPY ./bin/gitlabfs /usr/bin/gitlabfs
ENTRYPOINT ["gitlabfs"]