File tree Expand file tree Collapse file tree 5 files changed +6
-17
lines changed
Expand file tree Collapse file tree 5 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 1- build-img :
2- docker build -t fc-cpp-runtime -f build-image/Dockerfile build-image
3-
4- build : build-img
5- docker run --rm -it -v $$(pwd ) :/tmp fc-cpp-runtime bash -c " cd /tmp && ./build.sh"
1+ build :
2+ docker run --rm -it -v $$(pwd ) :/tmp aliyunfc/runtime-custom:build bash -c " cd /tmp && ./build.sh"
63
74deploy : build
85 s deploy -y
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- build-img :
2- docker build -t fc-cpp-runtime -f build-image/Dockerfile build-image
3-
4- build : build-img
5- docker run --rm -it -v $$(pwd ) :/tmp fc-cpp-runtime bash -c " cd /tmp && ./build.sh"
1+ build :
2+ docker run --rm -it -v $$(pwd ) :/tmp aliyunfc/runtime-custom:build bash -c " cd /tmp && ./build.sh"
63
74deploy : build
85 s deploy -y
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- custom-function/java17/fc-custom-java17-http
1+ custom-function/cpp/fc-custom-cpp-http
2+ custom-function/cpp/fc-custom-cpp-event
You can’t perform that action at this time.
0 commit comments