File: Dockerfile.git

package info (click to toggle)
flashprog 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,104 kB
  • sloc: ansic: 61,779; makefile: 919; sh: 310
file content (6 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
FROM alpine/git

RUN	apk add git-daemon
EXPOSE	9418
VOLUME	["/git/flashprog.git"]
CMD	["daemon", "--reuseaddr", "--export-all", "--base-path=/git", "/git/flashprog.git"]