This commit is contained in:
Donat Magda
2025-11-26 01:42:25 +01:00
parent a9546dcc63
commit 9ba8c95142
4 changed files with 66 additions and 71 deletions
+3
View File
@@ -38,6 +38,9 @@ RUN npm ci --only=production && npm cache clean --force
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/package.json ./
# Copy assets directory for email templates and logos
COPY --from=builder /app/assets ./assets
# Create logs directory with proper permissions
RUN mkdir -p logs && chmod 777 logs