This website requires JavaScript.
Explore
Help
Sign In
cadey
/
h
Watch
1
Star
0
Fork
You've already forked h
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c11e785549
h
/
Dockerfile
9 lines
91 B
Docker
Raw
Blame
History
FROM
python:2
ADD
. /h
WORKDIR
/h
RUN
./env.sh
ONBUILD
ADD
config /h/config
CMD
./run.sh
Reference in New Issue
View Git Blame
Copy Permalink