mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-15 13:05:59 +08:00
test
This commit is contained in:
parent
dbeab6ff78
commit
e26704dcda
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
if [ "$UID" -eq 0 ]; then
|
if [ "$UID" -eq 0 ]; then
|
||||||
set +e # disable failing on errror
|
set +e # disable failing on errror
|
||||||
|
echo "ENTRYPOINT: OLD ULIMIT: $(ulimit -n)"
|
||||||
ulimit -n 65535
|
ulimit -n 65535
|
||||||
echo "ENTRYPOINT: NEW ULIMIT: $(ulimit -n)"
|
echo "ENTRYPOINT: NEW ULIMIT: $(ulimit -n)"
|
||||||
set -e # enable failing on error
|
set -e # enable failing on error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user