1
0
mirror of synced 2025-12-17 04:52:15 +01:00

Update Dockerfile

This commit is contained in:
d-two
2022-08-25 11:03:17 +02:00
committed by GitHub
parent a1ea78d0cb
commit b44b920734

View File

@@ -92,7 +92,11 @@ COPY root/ /
RUN \
chown root:root /etc/cont-init.d/30-config && \
chmod a+x /etc/cont-init.d/30-config
chmod a+x /etc/cont-init.d/30-config && \
chown root:root /etc/services.d/pcscd/run && \
chmod a+x /etc/services.d/pcscd/run && \
chown root:root /etc/services.d/oscam/run && \
chmod a+x /etc/services.d/oscam/run
# Ports and volumes
EXPOSE 8888