4 lines
145 B
Text
4 lines
145 B
Text
|
FROM docmost/docmost:0.6.2
|
||
|
|
||
|
# for whatever reason docmost needs to be able to write to this dir at runtime
|
||
|
RUN chmod -R 777 /app/apps/client/dist
|