Skip to content

Commit

Permalink
Set /data as default directory within container
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam-Deacon committed Jan 13, 2024
1 parent fd9a4b4 commit a9f6de0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ RUN pip wheel --no-cache-dir --no-deps --wheel-dir /build/wheels .
ARG PHASESHIFTS_EXTRAS=""
FROM base as runtime

WORKDIR /data

COPY --from=builder /build/wheels /wheels

RUN pip install --no-cache-dir /wheels/*
Expand Down

0 comments on commit a9f6de0

Please sign in to comment.