This commit is contained in:
4
build/package/Dockerfile
Normal file
4
build/package/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM alpine
|
||||
RUN apk update && apk add ca-certificates openssh-client sshpass rsync gzip && rm -r /var/cache/
|
||||
ADD ../../mark2web /
|
||||
CMD ["/mark2web"]
|
||||
Reference in New Issue
Block a user