Skip to content

Instantly share code, notes, and snippets.

@jainal09
Created March 14, 2024 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jainal09/7bbcf0fb214701498c357d344e21a516 to your computer and use it in GitHub Desktop.
Save jainal09/7bbcf0fb214701498c357d344e21a516 to your computer and use it in GitHub Desktop.
Dockerfile
FROM python:3.12-slim
WORKDIR /app
COPY async.py .
ENTRYPOINT ["python", "async.py"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment