From 9bf222471d34cb756a4878b103ec82c6c4bfb191 Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Sun, 20 Dec 2020 17:14:41 +0800 Subject: [Update] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 创建项目结构 --- Dockerfile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Dockerfile (limited to 'Dockerfile') 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 -- cgit v1.2.3