mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
fix sandbox prod build w/ custom Dockerfile (#255)
This commit is contained in:
@@ -63,8 +63,8 @@ if [ "$DOCKERFILE" = "Dockerfile-dev" ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
# prepare global installation files for prod build
|
||||
if [ "$DOCKERFILE" = "Dockerfile" ]; then
|
||||
# prepare global installation files for prod builds (anything but Dockerfile-dev)
|
||||
if [ "$DOCKERFILE" != "Dockerfile-dev" ]; then
|
||||
# pack cli
|
||||
echo "packing @gemini-code/cli ..."
|
||||
rm -f packages/cli/dist/gemini-code-cli-*.tgz
|
||||
|
||||
Reference in New Issue
Block a user