mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-10-27 08:32:58 +00:00
Update Docker Compose file format 3
This commit is contained in:
5
compose/demo/compose-haproxy-web/web/Dockerfile
Normal file
5
compose/demo/compose-haproxy-web/web/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM python:2.7
|
||||
WORKDIR /code
|
||||
ADD . /code
|
||||
EXPOSE 80
|
||||
CMD python index.py
|
||||
Reference in New Issue
Block a user