Skip to content

Commit ed2f63f

Browse files
authored
fix(build): mount repo root and set work/cli to include helpers/config.prod.yaml (#330)
1 parent 0496f75 commit ed2f63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ run_pyinstaller_build() {
166166

167167
if [[ -n "$MANYLINUX_IMAGE" ]]; then
168168
log_info "Building with PyInstaller inside $MANYLINUX_IMAGE for wide glibc compatibility..."
169-
docker run --rm -v "$PWD":/work -w /work "$MANYLINUX_IMAGE" bash -lc \
169+
docker run --rm -v "$(cd .. && pwd)":/work -w /work/cli "$MANYLINUX_IMAGE" bash -lc \
170170
"export PATH=/opt/python/$PYTAG/bin:\$PATH && \
171171
python3 -m pip install -U pip && \
172172
python3 -m pip install 'poetry==1.8.3' && \

0 commit comments

Comments
 (0)