This website requires JavaScript.
Explore
Help
Register
Sign In
yeasy
/
docker-compose-files
mirror of
https://github.com/yeasy/docker-compose-files.git
Watch
1
Star
0
Fork
You've already forked docker-compose-files
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
42d70cf725
docker-compose-files
/
haproxy_web
/
web
/
Dockerfile
6 lines
72 B
Docker
Raw
Blame
History
FROM
python:2.7
WORKDIR
/code
ADD
. /code
EXPOSE
80
CMD
python index.py
Reference in New Issue
View Git Blame
Copy Permalink