mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-05 13:30:33 -05:00
Set global write permissions on upload directories
To play nicely with tmpfs mounts
This commit is contained in:
@@ -10,4 +10,6 @@ COPY . /teddit/
|
||||
RUN npm install --no-optional
|
||||
COPY config.js.template /teddit/config.js
|
||||
|
||||
RUN find /teddit/static/ -type d -exec chmod -R 777 {} \;
|
||||
|
||||
CMD npm start
|
||||
|
||||
Reference in New Issue
Block a user