Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -68,6 +68,7 @@ COPY ./ /app
|
|
68 |
#COPY ./styles.css /app/styles.css
|
69 |
# Install the required Python packages from requirements.txt
|
70 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
71 |
|
72 |
# Create a non-root user (optional but recommended for security)
|
73 |
RUN useradd -m -u 1000 user
|
|
|
68 |
#COPY ./styles.css /app/styles.css
|
69 |
# Install the required Python packages from requirements.txt
|
70 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
71 |
+
RUN pip install --upgrade fastapi authlib starlette
|
72 |
|
73 |
# Create a non-root user (optional but recommended for security)
|
74 |
RUN useradd -m -u 1000 user
|