Update Dockerfile

add-more-languages
Meng Zhang 2023-03-22 02:49:20 +08:00
parent f177fab951
commit 8683ded66c
2 changed files with 5 additions and 2 deletions

4
.dockerignore Normal file
View File

@ -0,0 +1,4 @@
testdata
**/.git
**/__pycache__

View File

@ -13,5 +13,4 @@ RUN poetry export --without-hashes -o requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
COPY ./preprocess preprocess
COPY ./server server
COPY . .