add /client endpoint to download fpaste CLI

This commit is contained in:
Username
2025-12-20 05:19:20 +01:00
parent 274648e1f7
commit 2272b1ff12
2 changed files with 17 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ RUN pip install --no-cache-dir -r requirements.txt gunicorn
# Copy application code
COPY app/ ./app/
COPY wsgi.py .
COPY fpaste .
# Create data directory
RUN mkdir -p /app/data && chown -R flaskpaste:flaskpaste /app