2
0
mirror of https://github.com/cmehay/pyentrypoint synced 2024-10-30 15:21:11 +00:00
pyentrypoint/Dockerfile
2015-08-03 16:37:32 +02:00

8 lines
132 B
Docker

# Docker demo, this doesn't have any purpose but for testing
FROM python:3
ADD docker.py /docker.py
CMD ["python", "/docker.py"]