Skip to content

Commit

Permalink
Change app user as workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 22, 2023
1 parent 94f6daa commit 2c7daf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN pip install --user --no-cache-dir --upgrade pip \
&& pip install --user --no-cache-dir -e .

FROM base as runner
# WORKDIR /home/appuser
WORKDIR /home/appuser
ENV PIP_NO_CACHE_DIR=1
ENV PYTHONUNBUFFERED=1
# ENV PATH="/home/appuser/.local/bin:$PATH"
Expand Down

0 comments on commit 2c7daf9

Please sign in to comment.