We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe7e6b commit 060bf09Copy full SHA for 060bf09
1 file changed
Makefile
@@ -37,7 +37,8 @@ build-gateway-api: dependencies
37
@echo "Packaging dependencies..."
38
@poetry build --format=wheel
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/
+ # Copy main file separately as it is not included within the package.
41
+ @rm -rf ../infrastructure/images/gateway-api/resources/build/
42
@mkdir ../infrastructure/images/gateway-api/resources/build/
43
@cp -r ./target/gateway-api ../infrastructure/images/gateway-api/resources/build/
44
# Remove temporary build artefacts once build has completed
0 commit comments