zammad-docker-compose/containers/zammad-websocket/docker-entrypoint.sh

9 lines
138 B
Bash
Raw Normal View History

#!/bin/bash
if [ "$1" = 'zammad-websocket' ]; then
cd ${ZAMMAD_DIR}
bundle exec script/websocket-server.rb -b 0.0.0.0 start
fi