Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ WORKDIR /app
|
|
11 |
COPY requirements.txt /app
|
12 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
13 |
|
14 |
-
USER
|
15 |
# Copy the current directory contents into the container at .
|
16 |
COPY . .
|
17 |
|
|
|
11 |
COPY requirements.txt /app
|
12 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
13 |
|
14 |
+
USER user
|
15 |
# Copy the current directory contents into the container at .
|
16 |
COPY . .
|
17 |
|