Files
ahriman/docker/entrypoint-web.sh
T
2024-12-01 17:45:20 +02:00

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 "$@"