Skip to content

Commit dfe7e6b

Browse files
Ben fix
1 parent ddf210a commit dfe7e6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ build-gateway-api: dependencies
3636
@poetry run mypy --no-namespace-packages .
3737
@echo "Packaging dependencies..."
3838
@poetry build --format=wheel
39-
@poetry run pip install "dist/gateway_api-0.1.0-py3-none-any.whl" --target "./target/gateway-api" --platform musllinux_1_2_x86_64 --only-binary=:all: # Copy main file separately as it is not included within the package.
40-
@rm -rf ../infrastructure/images/gateway-api/resources/build/
39+
@pip install "dist/gateway_api-0.1.0-py3-none-any.whl" --target "./target/gateway-api" --platform musllinux_1_2_x86_64 --only-binary=:all:
40+
# Copy main file separately as it is not included within the package. @rm -rf ../infrastructure/images/gateway-api/resources/build/
4141
@mkdir ../infrastructure/images/gateway-api/resources/build/
4242
@cp -r ./target/gateway-api ../infrastructure/images/gateway-api/resources/build/
4343
# Remove temporary build artefacts once build has completed

0 commit comments

Comments
 (0)