mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-12 09:27:29 +00:00
Update Docker Compose file format 3
This commit is contained in:
@@ -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