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 10:49:55 +02:00
committed by GitHub
parent 2c96ecfe55
commit a1ea78d0cb

View File

@@ -91,7 +91,8 @@ RUN \
COPY root/ /
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
# Ports and volumes
EXPOSE 8888