Community maintained Docker config for the knot server

upgrade to v1.8.0

+2 -3
+2 -3
Dockerfile
··· 2 2 env KNOT_REPO_SCAN_PATH=/home/git/repositories 3 3 env CGO_ENABLED=1 4 4 5 - arg TAG='v1.6.0-alpha' 5 + arg TAG='v1.8.0-alpha' 6 6 7 7 workdir /app 8 8 run apk add git gcc musl-dev ··· 30 30 run mkdir /app && chown -R git:git /app 31 31 32 32 healthcheck --interval=60s --timeout=30s --start-period=5s --retries=3 \ 33 - cmd curl -f http://localhost:5555 || exit 1 33 + cmd curl -f http://localhost:5555 || exit 1 34 34 35 35 entrypoint ["/init"] 36 -