Commit
·
862eff1
1
Parent(s):
d995e98
update: dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -35,6 +35,7 @@ USER appuser
|
|
| 35 |
|
| 36 |
# Create virtual environment and install dependencies
|
| 37 |
RUN uv venv /home/appuser/.venv
|
|
|
|
| 38 |
RUN uv pip install -r requirements.txt
|
| 39 |
|
| 40 |
# Copy application code
|
|
|
|
| 35 |
|
| 36 |
# Create virtual environment and install dependencies
|
| 37 |
RUN uv venv /home/appuser/.venv
|
| 38 |
+
RUN source /home/appuser/.venv/bin/activate
|
| 39 |
RUN uv pip install -r requirements.txt
|
| 40 |
|
| 41 |
# Copy application code
|