mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-21 19:29:49 -04:00
Allow passing additional flags to the run script
This commit is contained in:
parent
ae7aea8c5b
commit
8c5a42dd39
2
run.sh
2
run.sh
@ -13,5 +13,5 @@
|
||||
# limitations under the License.
|
||||
EXAMPLES=${EXAMPLES:-../examples}
|
||||
echo Starting api server serving ${EXAMPLES}
|
||||
nix run .\#kitchenDebug -- --verbose debug serve --dir ${EXAMPLES} --tls --cert ~/tls-certs/localhost+2.pem --cert_key ~/tls-certs/localhost+2-key.pem
|
||||
nix run .\#kitchenDebug -- --verbose debug serve --dir ${EXAMPLES} --tls --cert ~/tls-certs/localhost+2.pem --cert_key ~/tls-certs/localhost+2-key.pem $@
|
||||
# This is ghetto but I'm doing it anyway
|
||||
|
Loading…
x
Reference in New Issue
Block a user