mark2web/Dockerfile
Sebastian Frank b38ba11b6b
All checks were successful
the build was successful
refactored build process
2019-02-20 09:02:54 +01:00

5 lines
146 B
Docker

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