refactored build process
All checks were successful
the build was successful

This commit is contained in:
Sebastian Frank
2019-02-20 09:02:54 +01:00
parent 0ad79ebd49
commit b38ba11b6b
4 changed files with 11 additions and 5 deletions

View File

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