bloody permissions

This commit is contained in:
Sebastian Hugentobler 2017-11-25 19:55:33 +01:00
parent 2ca7631980
commit 7fce2aad47
2 changed files with 8 additions and 2 deletions

View file

@ -12,7 +12,6 @@ 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 /usr/bin/ffmpeg
ADD /rootfs /