refatoring image upload error

This commit is contained in:
2025-03-24 13:38:35 -06:00
parent 408246be7f
commit 32e77d5f4f
6 changed files with 13 additions and 5 deletions

3
run.sh
View File

@@ -4,7 +4,7 @@ docker run -it --rm \
--name canvas-manager-2 \
-e TZ=America/Denver \
-e NODE_ENV=development \
-e NEXT_PUBLIC_ENABLE_FILE_SYNC=true \
-e "NEXT_PUBLIC_ENABLE_FILE_SYNC=true" \
-u 1000:1000 \
-p 3000:3000 \
-w /app \
@@ -16,6 +16,7 @@ docker run -it --rm \
-v ~/projects/faculty/1405/2025_spring_alex:/app/storage/1405 \
-v ~/projects/faculty/3840_Telemetry/2025_spring_alex/modules:/app/storage/telemetry \
-v ~/projects/faculty/4620_Distributed/2025Spring/modules:/app/storage/distributed \
-v ~/projects/public:/app/public/images/public \
-v ~/projects/facultyFiles:/app/public/images/facultyFiles \
node \
sh -c "