Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -16,8 +16,6 @@ COPY requirements.txt /app/requirements.txt
|
|
16 |
# Install Python dependencies
|
17 |
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
18 |
|
19 |
-
# Copy the rest of the application code
|
20 |
-
COPY . /code
|
21 |
|
22 |
# User
|
23 |
RUN useradd -m -u 1000 user
|
|
|
16 |
# Install Python dependencies
|
17 |
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
18 |
|
|
|
|
|
19 |
|
20 |
# User
|
21 |
RUN useradd -m -u 1000 user
|