mark2web/Dockerfile
Sebastian Frank 79ab96b5c1
All checks were successful
the build was successful
fixed .drone.yml
2019-02-20 09:59:03 +01:00

5 lines
126 B
Docker

FROM alpine
RUN apk update && apk add openssh-client sshpass rsync gzip && rm -r /var/cache/
ADD mark2web /
CMD ["/mark2web"]