some updates

This commit is contained in:
2016-06-26 04:07:03 +02:00
parent ef2b31b4b2
commit 38165f11db
7 changed files with 18 additions and 4 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM hosttoday/ht-docker-node:npmts
COPY ./ /node-app
WORKDIR /node-app
RUN npm install
RUN npmts