update permissions
This commit is contained in:
parent
19b3034c2b
commit
a6af5ac806
@ -13,7 +13,7 @@ RUN chown -R airsonic:airsonic ${AIRSONIC_DIR}
|
||||
RUN mkdir -p $AIRSONIC_DIR/data/transcode
|
||||
RUN ln -s /usr/bin/ffmpeg $AIRSONIC_DIR/data/transcode/ffmpeg
|
||||
RUN chmod +x $AIRSONIC_DIR/data/transcode/ffmpeg
|
||||
RUN chown airsonic:airsonic $AIRSONIC_DIR/data/transcode/ffmpeg
|
||||
RUN chown -R airsonic:airsonic $AIRSONIC_DIR/data/transcode
|
||||
|
||||
ADD /rootfs /
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user