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
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY ./preprocess preprocess
|
COPY . .
|
||||||
COPY ./server server
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue