File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- FROM node:24.10 -slim
1+ FROM node:25.0-trixie -slim
22
33WORKDIR /usr/src/app
44
Original file line number Diff line number Diff line change 22 "dependencies" : {
33 "@sifrr/server" : " ~0.0.9" ,
44 "graphql" : " *" ,
5- "uWebSockets.js" : " github:uNetworking/uWebSockets.js#v20.54 .0"
5+ "uWebSockets.js" : " github:uNetworking/uWebSockets.js#v20.55 .0"
66 }
77}
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ BASEDIR=`pwd`
1919# createdb -U postgres benchmark
2020# psql -U postgres -d benchmark < dump.sql
2121
22- find $1 -mindepth 1 -type f -name config.yaml > ~ /list.txt
22+ # find $1 -mindepth 1 -type f -name config.yaml > ~/list.txt
23+ find $1 -mindepth 2 -type f -name config.yaml > ~ /list.txt
2324# find . -mindepth 3 -type f -name config.yaml | grep -Ev 'hunt|scorper|basolato|yada' > ~/list.txt
2425
2526while read line ; do
You can’t perform that action at this time.
0 commit comments