Skip to content

Commit

Permalink
fix qryn start
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Oct 9, 2024
1 parent 90c69bc commit fc0079a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/qryn_test_env/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ services:
- NODE_OPTIONS="--max-old-space-size=4096"
- FASTIFY_METRICS=true
working_dir: /app
command: ["qryn.mjs"]
entrypoint: sh
command:
- -c
- "mkdir /_app && cp -rf patches package.json package-lock.json /_app && cd /_app && npm install && cd /app && NODE_PATH='.:../_app/node_modules' node qryn_node.js"
depends_on:
clickhouse-server:
condition: service_healthy
Expand Down

0 comments on commit fc0079a

Please sign in to comment.