moriire commited on
Commit
0698785
1 Parent(s): 722a6cd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -24,7 +24,6 @@ RUN python3 -m pip install --upgrade pip
24
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
25
 
26
  RUN useradd -ms /bin/bash user
27
- RUN mkdir /app
28
 
29
  # Set environment variable for the host
30
  ENV HOST=0.0.0.0
 
24
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
25
 
26
  RUN useradd -ms /bin/bash user
 
27
 
28
  # Set environment variable for the host
29
  ENV HOST=0.0.0.0