Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
musarehmani100
/
m
like
0
Runtime error
App
Files
Files
Community
687d000
m
/
docker-entrypoint.sh
musarehmani100
Create docker-entrypoint.sh
0f70a12
verified
6 months ago
raw
Copy download link
history
blame
Safe
133 Bytes
#!/bin/sh
if
[
"
$#
"
-gt 0 ];
then
# Got started with arguments
exec
n8n
"
$@
"
else
# Got started without arguments
exec
n8n
fi