Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -6
Dockerfile
CHANGED
@@ -7,12 +7,6 @@ ENV HOME=/home/user \
|
|
7 |
PATH=/home/user/.local/bin:$PATH
|
8 |
WORKDIR /home/user/app
|
9 |
|
10 |
-
# Install nginx for reverse proxy (7860 external → 8000 internal)
|
11 |
-
RUN apt-get update && apt-get install -y --no-install-recommends nginx ca-certificates curl && rm -rf /var/lib/apt/lists/*
|
12 |
-
|
13 |
-
# Remove default nginx site config and add our own
|
14 |
-
RUN rm -f /etc/nginx/sites-enabled/default
|
15 |
-
COPY --chown=user nginx.conf /etc/nginx/nginx.conf
|
16 |
|
17 |
# Prepare app directories
|
18 |
RUN mkdir -p /home/user/app/chroma_db /home/user/app/backups \
|
|
|
7 |
PATH=/home/user/.local/bin:$PATH
|
8 |
WORKDIR /home/user/app
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
# Prepare app directories
|
12 |
RUN mkdir -p /home/user/app/chroma_db /home/user/app/backups \
|