forked from username/flaskpaste
add /client endpoint to download fpaste CLI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user