git ssb

0+

Rômulo Alves / website



Commit ea2401250f1f275729ad6a20f85d8e72ba5c72c7

Adding dockerfile

Rômulo Alves committed on 11/14/2016, 4:13:58 PM
Parent: 0e93588fd3c0c1d00dd874bd6b984a2f3b027790

Files changed

Dockerfileadded
DockerfileView
@@ -1,0 +1,15 @@
1+FROM mhart/alpine-node:latest
2+
3+RUN mkdir -p /app
4+WORKDIR /app
5+
6+COPY package.json /app
7+RUN npm install
8+
9+COPY . /app
10+
11+RUN npm run build
12+
13+EXPOSE 3000
14+
15+CMD ["npm", "start"]

Built with git-ssb-web