summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-12-20 17:14:41 +0800
committerKyomotoi <[email protected]>2020-12-20 17:14:41 +0800
commit9bf222471d34cb756a4878b103ec82c6c4bfb191 (patch)
tree1420d498c41f71858e74b4926b8d7206b5235fe6 /Dockerfile
parent9ac2c2eb7ef2eb267e926d599dc077f5afae98f9 (diff)
downloadATRI-9bf222471d34cb756a4878b103ec82c6c4bfb191.tar.gz
ATRI-9bf222471d34cb756a4878b103ec82c6c4bfb191.tar.bz2
ATRI-9bf222471d34cb756a4878b103ec82c6c4bfb191.zip
[Update]
- 创建项目结构
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