Skip to content

Commit 7673e5d

Browse files
committed
ci: fix script
1 parent 0d113f9 commit 7673e5d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/shiny-tools-sell.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sql-controller/cli": patch
3+
---
4+
5+
Fix docker image

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN set -x \
1111
&& npm install -g pnpm@8 \
1212
&& pnpm install \
1313
&& pnpm build \
14-
&& pnpm patch \
14+
&& pnpm compose \
1515
&& BIN_PATH=/usr/local/bin/sql-controller \
1616
&& echo "#!/bin/sh" > $BIN_PATH \
1717
&& echo "node /var/lib/sql-controller/packages/cli/lib/bin.js \"\$@\"" >> $BIN_PATH \

0 commit comments

Comments
 (0)