1
0
mirror of synced 2026-03-22 03:59:59 +01:00
Files
hassio-addons/oscam/Dockerfile
2026-02-05 19:50:19 +01:00

15 lines
239 B
Docker

ARG BUILD_FROM=lscr.io/linuxserver/oscam:latest
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
# copy local files
COPY root/ /
RUN chmod a+x /etc/s6-overlay/s6-rc.d/svc-oscam/run
# Ports and volumes
EXPOSE 8888
EXPOSE 9999
VOLUME /config