Skip to content

Commit 3d55455

Browse files
authored
Merge pull request #8 from DiamondLightSource/adopt-uv
add venv path to runtime and build
2 parents 144cbf7 + 5629028 commit 3d55455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ COPY --from=build /python /python
5757

5858
# Copy the environment, but not the source code
5959
COPY --from=build /app/.venv /app/.venv
60+
ENV PATH=/app/.venv/bin:$PATH
6061

6162
# change this entrypoint if it is not the same as the repo
6263
ENTRYPOINT ["fastcs-example"]

0 commit comments

Comments
 (0)