typo in dockerfile
This commit is contained in:
parent
d3dbc7facf
commit
d34d036bf2
@ -29,7 +29,7 @@ RUN apk add --no-cache \
|
|||||||
RUN addgroup -g 2222 airsonic
|
RUN addgroup -g 2222 airsonic
|
||||||
RUN adduser -h "$AIRSONIC_DIR" -S -D -u 2222 -G airsonic airsonic
|
RUN adduser -h "$AIRSONIC_DIR" -S -D -u 2222 -G airsonic airsonic
|
||||||
|
|
||||||
COPY --from=builder /airsonic-advanced/airsonic-main/target/airsonic.war "$AIRSONIC_DIR}/airsonic.war"
|
COPY --from=builder /airsonic-advanced/airsonic-main/target/airsonic.war "$AIRSONIC_DIR/airsonic.war"
|
||||||
RUN chown -R airsonic:airsonic "$AIRSONIC_DIR"
|
RUN chown -R airsonic:airsonic "$AIRSONIC_DIR"
|
||||||
|
|
||||||
RUN mkdir -p $AIRSONIC_DIR/data/transcode
|
RUN mkdir -p $AIRSONIC_DIR/data/transcode
|
||||||
|
Loading…
Reference in New Issue
Block a user