This website requires JavaScript.
Explore
Help
Sign In
Dandellion
/
matrix-wug
Watch
1
Star
0
Fork
You've already forked matrix-wug
0
Code
Issues
6
Pull Requests
Projects
Releases
Wiki
Activity
1cb6d03765
matrix-wug
/
Dockerfile
9 lines
91 B
Docker
Raw
Blame
History
FROM
node:10-slim
WORKDIR
/server
COPY
. /server
RUN
npm install
CMD
[
"npm"
,
"start"
]
Reference in New Issue
View Git Blame
Copy Permalink