Created
July 19, 2020 20:36
-
-
Save Olshansk/9b0bef1fe1a7e3b1eb99450b441950d3 to your computer and use it in GitHub Desktop.
Hot Reload Dockerfile - 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 tiangolo/uvicorn-gunicorn-fastapi:python3.7 | |
| WORKDIR /usr/src/ | |
| COPY ./src . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment