Skip to content

Commit 51ab89d

Browse files
author
Louis T. Getterman IV
committed
change to user directory after switching to user
1 parent f225f94 commit 51ab89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ RUN apt-get -y update && apt-get -y install \
3636

3737
RUN adduser --disabled-password --gecos "" python_user
3838

39-
WORKDIR /home/python_user
4039
USER python_user
40+
WORKDIR /home/python_user
4141

4242
ENV HOME /home/python_user
4343
ENV PYENV_ROOT $HOME/.pyenv

0 commit comments

Comments
 (0)