Update Dockerfile
Browse files- 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
|