Skip to content

Commit

Permalink
Merge aae0264 into 14613ef
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Aug 14, 2023
2 parents 14613ef + aae0264 commit 5ab78a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/measure/Dockerfile
Expand Up @@ -22,6 +22,8 @@ FROM python:3.11-slim-buster as runtime
ENV VIRTUAL_ENV=/app/.venv \
PATH="/app/.venv/bin:$PATH"

WORKDIR /app

COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
COPY . .

Expand Down

0 comments on commit 5ab78a8

Please sign in to comment.