mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 15:18:32 -06:00
if image cannot be downloaded, fall back to oringinal url
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user