Add default screenshot

This commit is contained in:
2024-11-04 20:43:57 +11:00
parent 54b48a5fe0
commit 33320d178f
3 changed files with 4 additions and 5 deletions
-3
View File
@@ -9,9 +9,6 @@ local_settings.py
db.sqlite3
db.sqlite3-journal
# Static files
/static/
# Media files
/media/
+4 -2
View File
@@ -58,8 +58,10 @@ COPY --from=dev /app /app
WORKDIR /app
# Create a non-root user
RUN useradd -m -u 1000 appuser && \
chown -R appuser:appuser /app
RUN mkdir -p /app/data/media/screenshots \
&& useradd -m -u 1000 appuser \
&& chown -R appuser:appuser /app \
USER appuser
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB