Skip to content

Instantly share code, notes, and snippets.

@Shani1116
Created November 22, 2020 16:54
FROM python:3
ADD main.py /
CMD ["python","./main.py"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment