mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 10:34:06 +02:00
Add server-side folders and files page UI (#6383)
This commit is contained in:
@@ -630,9 +630,10 @@ RUN set -eux; \
|
||||
RUN set -eux; \
|
||||
mkdir -p /configs /configs/cache /configs/heap_dumps /logs /customFiles \
|
||||
/pipeline/watchedFolders /pipeline/finishedFolders \
|
||||
/storage \
|
||||
/tmp/stirling-pdf/heap_dumps; \
|
||||
chown -R stirlingpdfuser:stirlingpdfgroup \
|
||||
/home/stirlingpdfuser /configs /logs /customFiles /pipeline \
|
||||
/home/stirlingpdfuser /configs /logs /customFiles /pipeline /storage \
|
||||
/tmp/stirling-pdf; \
|
||||
chmod 750 /tmp/stirling-pdf; \
|
||||
chmod 750 /tmp/stirling-pdf/heap_dumps
|
||||
|
||||
Reference in New Issue
Block a user