Actualiser Dockerfile

This commit is contained in:
Pierre Guillod 2024-03-30 18:28:25 +01:00
parent a56b6b1a90
commit 698cd815b1

View file

@ -5,7 +5,6 @@ RUN apk add fuse3
FROM base-deps FROM base-deps
# Prepare mount points # Prepare mount points
RUN mkdir /content
WORKDIR /content WORKDIR /content
RUN mkdir audio RUN mkdir audio
RUN mkdir radio RUN mkdir radio