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.
2 parents 144cbf7 + 5629028 commit 3d55455Copy full SHA for 3d55455
Dockerfile
@@ -57,6 +57,7 @@ COPY --from=build /python /python
57
58
# Copy the environment, but not the source code
59
COPY --from=build /app/.venv /app/.venv
60
+ENV PATH=/app/.venv/bin:$PATH
61
62
# change this entrypoint if it is not the same as the repo
63
ENTRYPOINT ["fastcs-example"]
0 commit comments