thejagstudio commited on
Commit
fa2a28b
1 Parent(s): 5703682

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -38,11 +38,6 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
38
  WORKDIR /app
39
 
40
 
41
- # All users can use /home/user as their home directory
42
- ENV HOME=/home/user
43
- RUN mkdir $HOME/.cache $HOME/.config \
44
- && chmod -R 777 $HOME
45
-
46
  WORKDIR $HOME/app
47
  COPY requirements.txt ./
48
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
 
38
  WORKDIR /app
39
 
40
 
 
 
 
 
 
41
  WORKDIR $HOME/app
42
  COPY requirements.txt ./
43
  RUN pip install --no-cache-dir --upgrade -r requirements.txt