mark2web/Dockerfile

4 lines
45 B
Docker
Raw Normal View History

2019-02-14 14:22:41 +01:00
FROM alpine
ADD mark2web /
CMD ["/mark2web"]