Skip to content

Instantly share code, notes, and snippets.

@Olshansk
Created July 19, 2020 20:36
Show Gist options
  • Select an option

  • Save Olshansk/9b0bef1fe1a7e3b1eb99450b441950d3 to your computer and use it in GitHub Desktop.

Select an option

Save Olshansk/9b0bef1fe1a7e3b1eb99450b441950d3 to your computer and use it in GitHub Desktop.
Hot Reload Dockerfile - Dockerfile
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