gay black men :3

This commit is contained in:
rattatwinko
2025-06-17 13:41:55 +02:00
parent 3a131baa62
commit 3d2b163fc5
4 changed files with 133 additions and 7 deletions

View File

@@ -49,4 +49,9 @@ HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
CMD wget --no-verbose --tries=1 --spider http://localhost:8080/ || exit 1
# Start the application
CMD ["npm", "start"]
CMD ["npm", "start"]
# Do NOT copy posts/admin.json or posts/admin.json.tmp into the image
# These files are excluded via .dockerignore for security
# In production, mount the posts directory as a volume to persist posts and admin password
# If posts/admin.json does not exist, the default admin password is 'admin' (see README)