alertmon/Dockerfile

5 lines
90 B
Docker

FROM node:0.12.4-onbuild
EXPOSE 3000
RUN mkdir /usr/src/app/db
VOLUME ["/usr/src/app/db"]