aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-08 16:09:38 +0200
committerDanilo M. <danix@danix.xyz>2026-07-08 16:09:38 +0200
commit86429718fa045d9c69b0db7e46630496c86e51b4 (patch)
treec580d83262d9be0e6ef78213e6e86855af644b96 /Dockerfile
parent25d5bb44c2f4acc76ac6b56b1a8db556b9c4eb51 (diff)
downloadimggen-86429718fa045d9c69b0db7e46630496c86e51b4.tar.gz
imggen-86429718fa045d9c69b0db7e46630496c86e51b4.zip
Add compose service (runs as host user) and .env.example
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.