Created
March 14, 2024 01:20
-
-
Save jainal09/7bbcf0fb214701498c357d344e21a516 to your computer and use it in GitHub Desktop.
Dockerfile
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: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