Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mollifier
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mollifier/dd8f159b2b0694858219 to your computer and use it in GitHub Desktop.
Save mollifier/dd8f159b2b0694858219 to your computer and use it in GitHub Desktop.
FROM node:0.10.36
MAINTAINER "Hideaki Miyake" <mollifier@gmail.com>
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
@emanon001
Copy link

https://github.com/emanon001/drinking-water-watcher に Dockerfile を PR した方がよいのでは。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment