Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ RUN useradd -m -u 1000 user
|
|
19 |
WORKDIR /app
|
20 |
|
21 |
# Create and activate virtual environment
|
22 |
-
RUN python3
|
23 |
ENV PATH="/app/venv/bin:$PATH"
|
24 |
|
25 |
# Copy the requirements file
|
|
|
19 |
WORKDIR /app
|
20 |
|
21 |
# Create and activate virtual environment
|
22 |
+
RUN python3 -m venv /app/venv
|
23 |
ENV PATH="/app/venv/bin:$PATH"
|
24 |
|
25 |
# Copy the requirements file
|