Created
March 27, 2021 13:06
-
-
Save aledruetta/00af1dd5a4ecbd31fb6473b3969b738e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM python:slim | |
| WORKDIR /app/ | |
| COPY ./client.py . | |
| CMD ["python", "/app/client.py"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment