Skip to content

Commit

Permalink
Update Dockerfile.base
Browse files Browse the repository at this point in the history
Co-authored-by: Marcel van der Veldt <[email protected]>
  • Loading branch information
kbirger and marcelveldt authored Sep 29, 2024
1 parent 20c708f commit 4213a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ USER app

# Configure runtime environmental variables
ENV LD_PRELOAD="/usr/lib/libjemalloc.so.2"
ENV VIRTUAL_ENV=venv
ENV VIRTUAL_ENV=/home/app/venv

# create venv and set some permissions to allow running the container as non-root
RUN python3 -m venv $VIRTUAL_ENV && \
Expand Down

0 comments on commit 4213a9a

Please sign in to comment.