Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 165 Bytes

File metadata and controls

9 lines (5 loc) · 165 Bytes

python-docker

To build the image:

docker build -t hotelchamp/python-docker:3.7 .

And to push the image:

docker push hotelchamp/python-docker:3.7