CircleCI build to DockerHub too

Also as part of the CircleCI build create a container and push to docker hub.
This commit is contained in:
Steve Brunton
2018-12-16 23:28:05 -05:00
committed by GitHub
parent 8d1c2e7700
commit 83cbed45d8
5 changed files with 13 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ FROM alpine:3.6
EXPOSE 9436
COPY scripts/start.sh /app/
COPY mikrotik-exporter /app/
COPY dist/mikrotik-exporter_linux_amd64 /app/
RUN chmod 755 /app/*