We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0183a85 commit 9765fb8Copy full SHA for 9765fb8
docker/Dockerfile.demo
@@ -4,12 +4,5 @@ WORKDIR /app
4
COPY ./example/requirements.txt ./requirements.txt
5
RUN pip install --no-cache-dir -r requirements.txt
6
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
14
COPY ./example/fill_events.py ./fill_events.py
15
-CMD ["python", "./fill_events.py"]
+CMD ["python", "./fill_events.py"]
0 commit comments