1
0

chmod vergessen

This commit is contained in:
Anna Christina Naß
2026-04-08 15:00:29 +02:00
parent 49ed59d696
commit 1b505a1d3c

View File

@@ -25,5 +25,7 @@ echo "Destination: $DEST"
exec /usr/local/bin/websockify $OPTS $LOCALPORT $DEST
EOF
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]