1 changed files with 0 additions and 15 deletions
@ -1,15 +0,0 @@ |
|||
FROM node:0.10.38 |
|||
MAINTAINER Nathan LeClaire <nathan@docker.com> |
|||
|
|||
ADD . /app |
|||
WORKDIR /app |
|||
RUN npm install |
|||
RUN apt-get update |
|||
RUN apt-get install -y vim |
|||
RUN useradd -d /home/term -m -s /bin/bash term |
|||
RUN echo 'term:term' | chpasswd |
|||
|
|||
EXPOSE 3000 |
|||
|
|||
ENTRYPOINT ["node"] |
|||
CMD ["app.js", "-p", "3000"] |
Loading…
Reference in new issue