Last active
August 29, 2015 14:14
-
-
Save mollifier/dd8f159b2b0694858219 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM node:0.10.36 | |
MAINTAINER "Hideaki Miyake" <[email protected]> | |
RUN mkdir -p /usr/local/app | |
WORKDIR /usr/local/app | |
RUN git clone https://github.com/emanon001/drinking-water-watcher.git | |
RUN cd drinking-water-watcher && npm install | |
ENTRYPOINT cd /usr/local/app/drinking-water-watcher && npm start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/emanon001/drinking-water-watcher に Dockerfile を PR した方がよいのでは。