Update Dockerfile
parent
f177fab951
commit
8683ded66c
|
|
@ -0,0 +1,4 @@
|
|||
testdata
|
||||
|
||||
**/.git
|
||||
**/__pycache__
|
||||
|
|
@ -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 . .
|
||||
|
|
|
|||
Loading…
Reference in New Issue