fix: serve uploads via route handler instead of public/ (standalone 404 fix)
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m49s
All checks were successful
Deploy / build-and-deploy (push) Successful in 1m49s
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
- "80:3000"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./uploads:/app/public/uploads
|
||||
- ./uploads:/app/data/uploads
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- FREESOUND_API_KEY=${FREESOUND_API_KEY}
|
||||
|
||||
Reference in New Issue
Block a user