save
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user