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