Skip to content

Commit 060bf09

Browse files
Ben fix
1 parent dfe7e6b commit 060bf09

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ build-gateway-api: dependencies
3737
@echo "Packaging dependencies..."
3838
@poetry build --format=wheel
3939
@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/
40+
# Copy main file separately as it is not included within the package.
41+
@rm -rf ../infrastructure/images/gateway-api/resources/build/
4142
@mkdir ../infrastructure/images/gateway-api/resources/build/
4243
@cp -r ./target/gateway-api ../infrastructure/images/gateway-api/resources/build/
4344
# Remove temporary build artefacts once build has completed

0 commit comments

Comments
 (0)