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
7059eadfc7
salix
/
services
/
auth
/
Dockerfile
9 lines
86 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