This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix
Watch
3
Star
4
Fork
You've already forked salix
0
Code
Issues
Pull Requests
57
Releases
Wiki
Activity
2cc7d96dce
salix
/
services
/
client
/
Dockerfile
9 lines
89 B
Docker
Raw
Blame
History
FROM
node:6.9.1
COPY
. /app
WORKDIR
/app
RUN
npm install
CMD
[
"npm"
,
"start"
]
View Git Blame
Copy Permalink