if image cannot be downloaded, fall back to oringinal url

This commit is contained in:
2025-04-16 08:44:18 -06:00
parent 0bd55d3f67
commit a9bc8ef390
6 changed files with 17 additions and 12 deletions

View File

@@ -11,6 +11,7 @@ COPY . .
RUN mkdir -p storage
RUN rm -rf /app/storage/*
ENV NEXT_PUBLIC_ENABLE_FILE_SYNC=true
RUN pnpm run build
FROM node:22-alpine AS production