File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,8 @@ build: clean-artifacts dependencies
3737
3838.PHONY : build-images
3939build-images : build # Build the project artefact @Pipeline
40- @mkdir infrastructure/images/pathology-api/resources/build/
41- @cp pathology-api/target/artifact.zip infrastructure/images/pathology-api/resources/build/
42- @mkdir infrastructure/images/pathology-api/resources/build/pathology-api
43- @unzip infrastructure/images/pathology-api/resources/build/artifact.zip -d infrastructure/images/pathology-api/resources/build/pathology-api
40+ @mkdir -p infrastructure/images/pathology-api/resources/build
41+ @cp -r pathology-api/target/pathology-api infrastructure/images/pathology-api/resources/build
4442
4543 @echo "Building Docker image using Docker. Utilising python version: ${PYTHON_VERSION} ..."
4644 @$(docker) buildx build --load --platform=linux/amd64 --provenance=false --build-arg PYTHON_VERSION=${PYTHON_VERSION} -t localhost/pathology-api-image infrastructure/images/pathology-api
You can’t perform that action at this time.
0 commit comments