Skip to content

Commit

Permalink
Add Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
  • Loading branch information
roidelapluie committed Jun 11, 2020
1 parent 0717bce commit c67bfc1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ARG ARCH="amd64"
ARG OS="linux"
FROM quay.io/prometheus/busybox-${OS}-${ARCH}:glibc
LABEL maintainer="Julien Pivotto <roidelapluie@inuits.eu>"

ARG ARCH="amd64"
ARG OS="linux"
COPY .build/${OS}-${ARCH}/mqttgateway /bin/mqttgateway

EXPOSE 7979
USER nobody
ENTRYPOINT [ "/bin/mqttgateway" ]

0 comments on commit c67bfc1

Please sign in to comment.