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 !*.c
gmid !Makefile
gg !configure
regress
Makefile.local
config.h

View File

@ -7,3 +7,4 @@ RUN make static
FROM alpine FROM alpine
RUN apk update && apk upgrade RUN apk update && apk upgrade
COPY --from=builder /build/gmid /bin/gmid 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 This directory is for additional contributed files which may be
useful. useful.
Dockerfile
Sample Dockerfile to build alpine-based gmid images.
gmid.service gmid.service
Simple systemd service file. Simple systemd service file.