diff --git a/Dockerfile b/Dockerfile index aad1cc2..f6f779b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,8 @@ RUN addgroup \ $USER RUN apk update --no-cache \ - && apk add --no-cache git python3 + && apk add --no-cache git python3 \ + && ln -s /usr/bin/python3 /usr/local/bin/python3 COPY --from=builder --chown=app:app /app/.venv /app/.venv COPY --from=builder --chown=app:app /app/src /app/src