Pruple commited on
Commit
5eae2ed
1 Parent(s): bd83678

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /code
7
 
8
  RUN echo $(python3 -m site --user-base)
9
 
10
- ENV PATH /home/${USERNAME}/.local/bin:${PATH}
11
 
12
  COPY ./requirements.txt /code/requirements.txt
13
 
 
7
 
8
  RUN echo $(python3 -m site --user-base)
9
 
10
+ ENV PATH /root/.local/bin:${PATH}
11
 
12
  COPY ./requirements.txt /code/requirements.txt
13