mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
* feat: add example for starlette.io * feat: link additional documentation * feat: dev hot reload docker command
7 lines
169 B
Docker
7 lines
169 B
Docker
FROM tiangolo/uvicorn-gunicorn:python3.8-alpine3.10
|
|
|
|
LABEL maintainer="Sebastian Ramirez <tiangolo@gmail.com>"
|
|
|
|
RUN pip install --no-cache-dir starlette
|
|
|
|
COPY ./app /app |