update permissions
This commit is contained in:
parent
19b3034c2b
commit
a6af5ac806
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue