main #18

Merged
ccyj merged 10 commits from sangge/tpre-python:main into main 2023-10-20 17:59:38 +08:00
Showing only changes of commit fa039b3f24 - Show all commits

View File

@@ -1,6 +1,8 @@
FROM python:3.11
COPY src /app
COPY requirements.txt /app/
COPY lib/* /lib/
WORKDIR /app