1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-27 13:48:49 +08:00
Mainflux.mainflux/docker/Dockerfile.dev

5 lines
65 B
Docker
Raw Normal View History

FROM scratch
ARG SVC
COPY mainflux-$SVC /exe
ENTRYPOINT ["/exe"]