mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
5 lines
197 B
Bash
Executable File
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 "$@" |