feat: add LogoManagementModal component for logo upload and management

This commit is contained in:
Lars Behrends
2025-12-28 21:19:10 +01:00
parent 2481187fe7
commit 81f1e90b85
13 changed files with 2963 additions and 52 deletions

View File

@@ -13,6 +13,9 @@ RUN npm install
# Copy source files
COPY backend/ /app/
# Create uploads directory
RUN mkdir -p /app/uploads
# Expose port
EXPOSE 3000