move the Dockerfile to contrib/

This commit is contained in:
Omar Polo 2021-07-11 18:43:24 +00:00
parent e8b8003098
commit 02ccd9d940
3 changed files with 9 additions and 7 deletions

View File

@ -1,7 +1,4 @@
.git
*.o
gmid
gg
regress
Makefile.local
config.h
**
!*.c
!Makefile
!configure

View File

@ -7,3 +7,4 @@ RUN make static
FROM alpine
RUN apk update && apk upgrade
COPY --from=builder /build/gmid /bin/gmid
ENTRYPOINT ["gmid"]

View File

@ -1,6 +1,10 @@
This directory is for additional contributed files which may be
useful.
Dockerfile
Sample Dockerfile to build alpine-based gmid images.
gmid.service
Simple systemd service file.