ahriman/docker/entrypoint-web.sh

5 lines
197 B
Bash
Executable File

#!/bin/bash
# Special workaround for running web service in github actions, must not be usually used in real environment,
# consider running web command explicitly instead
exec entrypoint web "$@"