drone CI, docker
All checks were successful
the build was successful

This commit is contained in:
Sebastian Frank 2019-02-14 14:22:41 +01:00
parent 93fcf6394f
commit 1d3facc319
Signed by: apairon
GPG Key ID: 7270D06DDA7FE8C3

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM alpine
ADD mark2web /
CMD ["/mark2web"]