1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-09 19:29:29 +08:00
Mainflux.mainflux/mqtt/Dockerfile
2018-05-20 09:29:19 +02:00

11 lines
142 B
Docker

FROM node:boron-alpine
MAINTAINER Mainflux
COPY *.proto mqtt/* ./
RUN npm rebuild && npm install
EXPOSE 1883 8880
CMD ["node", "mqtt.js"]