Files
websockify/docker/docker-entrypoint.sh
T
Javier Cacheiro dec26a6a2d Docker support
2022-04-22 13:21:57 +02:00

7 lines
108 B
Bash
Executable File

#!/bin/sh
# vim: tabstop=4 shiftwidth=4 softtabstop=4
set -e
/opt/websockify/websockify-$VERSION/run "$@"