Skip to content

Instantly share code, notes, and snippets.

@ishiy1993
Created July 10, 2016 13:51
Show Gist options
  • Save ishiy1993/981f79448be6066b45040a94024e19e2 to your computer and use it in GitHub Desktop.
Save ishiy1993/981f79448be6066b45040a94024e19e2 to your computer and use it in GitHub Desktop.
Elm 0.17の開発環境
FROM node:6.3
RUN npm install -g elm
RUN useradd --user-group --create-home --shell /bin/false app
ENV HOME=/home/app
USER app
WORKDIR $HOME
CMD ["bash"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment