mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
13 lines
214 B
Docker
13 lines
214 B
Docker
ARG BUILD_FROM
|
|
# hadolint ignore=DL3006
|
|
FROM $BUILD_FROM
|
|
|
|
# Set shell
|
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|
|
|
# copy local files
|
|
COPY root/ /
|
|
|
|
RUN sed -i "s|/config|/musicbrainz|g" /etc/services.d/server/run
|
|
|