This website requires JavaScript.
Explore
Help
Sign In
apairon
/
mark2web
Watch
1
Star
1
Fork
0
You've already forked mark2web
Code
Issues
8
Pull Requests
Releases
5
Activity
7488b87fe3
mark2web
/
Dockerfile
5 lines
98 B
Docker
Raw
Normal View
History
Unescape
Escape
drone CI, docker
2019-02-14 14:22:41 +01:00
FROM
alpine
rsync in docker
2019-02-15 22:23:24 +01:00
RUN
apk update
&&
apk add rsync
&&
rm -r /var/cache/
drone CI, docker
2019-02-14 14:22:41 +01:00
ADD
mark2web /
CMD
[
"/mark2web"
]
Reference in New Issue
Copy Permalink