Skip to content

Instantly share code, notes, and snippets.

@aledruetta
Created March 27, 2021 13:06
Show Gist options
  • Select an option

  • Save aledruetta/00af1dd5a4ecbd31fb6473b3969b738e to your computer and use it in GitHub Desktop.

Select an option

Save aledruetta/00af1dd5a4ecbd31fb6473b3969b738e to your computer and use it in GitHub Desktop.
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