v0.6.4 fixed help.md display

This commit is contained in:
2026-03-10 15:02:45 -04:00
parent 120f76c6f8
commit 09e6a75a9b
7 changed files with 113 additions and 9 deletions

View File

@@ -42,8 +42,6 @@ COPY --from=builder /app/frontend/dist ./public
# Create data and uploads directories
RUN mkdir -p /app/data /app/uploads/avatars /app/uploads/logos /app/uploads/images
# Copy default help.md (can be overridden by mounting /app/data/help.md)
COPY data/help.md /app/data/help.md
EXPOSE 3000