Spaces:
Runtime error
Runtime error
- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -17,7 +17,6 @@ COPY --chown=user config/ config/
|
|
17 |
# Install Python dependencies
|
18 |
RUN pip install --no-cache-dir -r requirements.txt
|
19 |
|
20 |
-
USER user
|
21 |
|
22 |
# Set environment variables (if not using Render's built-in environment management)
|
23 |
ENV PATH=/home/user/.local/bin:$PATH
|
|
|
17 |
# Install Python dependencies
|
18 |
RUN pip install --no-cache-dir -r requirements.txt
|
19 |
|
|
|
20 |
|
21 |
# Set environment variables (if not using Render's built-in environment management)
|
22 |
ENV PATH=/home/user/.local/bin:$PATH
|