We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a5aaa commit 00b9822Copy full SHA for 00b9822
Dockerfile
@@ -8,7 +8,7 @@ FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
8
# ------------------------------------------------------------------------------
9
FROM python:3.12.4-alpine3.19 as build
10
ENV PYTHONUSERBASE /app
11
-ENV PATH "$PATH:/app/bin/"
+ENV PATH "$PATH:/app/bin"
12
13
WORKDIR /app/
14
COPY app /app/
@@ -34,7 +34,7 @@ FROM python:3.12.4-alpine3.19
34
# hadolint ignore=DL3018
35
RUN apk add --no-cache git libffi libxml2 libxslt
36
37
38
39
COPY --from=build /app /app
40
0 commit comments