summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index ae83c30..0000000
--- a/Dockerfile
+++ /dev/null
@@ -1,9 +0,0 @@
-FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8
-
-RUN python3 -m pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
-
-RUN python3 -m pip install poetry && poetry config virtualenvs.create false
-
-COPY ./pyproject.toml ./poetry.lock* /app/
-
-RUN poetry install --no-root --no-dev \ No newline at end of file