Skip to content

Commit f33ce5c

Browse files
committed
feat: add podcasts and themes subdirectories to storage in Dockerfile
1 parent 840e993 commit f33ce5c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ RUN groupadd -r melodee && useradd -r -g melodee -m melodee
7171

7272
# Create volume directories
7373
# These serve as mount points; the actual volumes will overlay them
74-
RUN mkdir -p /app/storage /app/inbound /app/staging /app/user-images /app/playlists /app/templates /app/Logs \
74+
# Note: podcasts and themes are subdirectories of storage (/app/storage/podcasts, /app/storage/themes)
75+
RUN mkdir -p /app/storage /app/storage/podcasts /app/storage/themes /app/inbound /app/staging /app/user-images /app/playlists /app/templates /app/Logs \
7576
&& chown -R melodee:melodee /app
7677

7778
# Set environment variables

0 commit comments

Comments
 (0)