Skip to content

Commit 9765fb8

Browse files
committed
simplify docker image
1 parent 0183a85 commit 9765fb8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docker/Dockerfile.demo

+1-8
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,5 @@ WORKDIR /app
44
COPY ./example/requirements.txt ./requirements.txt
55
RUN pip install --no-cache-dir -r requirements.txt
66

7-
FROM python:3.10-alpine AS final-stage
8-
9-
WORKDIR /app
10-
11-
COPY --from=build-stage /usr/local/lib/python3.10/site-packages /usr/local/lib/python3.10/site-packages
12-
COPY --from=build-stage /usr/local/bin /usr/local/bin
13-
147
COPY ./example/fill_events.py ./fill_events.py
15-
CMD ["python", "./fill_events.py"]
8+
CMD ["python", "./fill_events.py"]

0 commit comments

Comments
 (0)