Update Dockerfile
This commit is contained in:
@@ -92,7 +92,11 @@ COPY root/ /
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
chown root:root /etc/cont-init.d/30-config && \
|
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
|
# Ports and volumes
|
||||||
EXPOSE 8888
|
EXPOSE 8888
|
||||||
|
|||||||
Reference in New Issue
Block a user