diff --git a/Dockerfile b/Dockerfile index 0a8485c..5d2d089 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,6 +57,7 @@ COPY --from=build /python /python # Copy the environment, but not the source code COPY --from=build /app/.venv /app/.venv +ENV PATH=/app/.venv/bin:$PATH # change this entrypoint if it is not the same as the repo ENTRYPOINT ["fastcs-example"]