Skip to content

Instantly share code, notes, and snippets.

View AntoineToubhans's full-sized avatar

Toubi AntoineToubhans

View GitHub Profile
@AntoineToubhans
AntoineToubhans / Dockerfile-node
Last active January 19, 2017 13:32 — forked from boltzj/pub.js
Publisher.js
FROM node:latest
WORKDIR /opt
RUN apt-get update
RUN apt-get install -y libzmq3-dev
RUN npm install -g zmq
VOLUME /opt
EXPOSE 8688