mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-09-11 06:29:11 +02:00
add new
This commit is contained in:
8
ympd/Dockerfile
Normal file
8
ympd/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
|
||||
RUN apk add --no-cache ympd=1.3.0-r9
|
||||
|
||||
ENTRYPOINT [ "/init" ]
|
||||
CMD []
|
||||
COPY root /
|
||||
Reference in New Issue
Block a user