aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 222f7d2..0405557 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -46,6 +46,7 @@ RUN python3 -m pip install --break-system-packages \
# --- app ---
WORKDIR /app
COPY generate.py /app/generate.py
+COPY server.py /app/server.py
# Model cache lives here; mount a host volume at this path to avoid
# re-downloading ~7.5GB of weights on every container start.