Skip to content

Commit d8f8c0c

Browse files
authored
Merge pull request #10 from devsapp/fix-nodejs14-ccr
fix custom container runtime with nodejs14
2 parents 9d7f19d + e447dd8 commit d8f8c0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

custom-container-function/fc-custom-container-event-nodejs14/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-event-nodejs14
33
Provider:
44
- 阿里云
5-
Version: 1.1.10
5+
Version: 1.1.11
66
Description: 快速部署一个基于custom container runtime 的 nodejs14 Event 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-container-function/fc-custom-container-event-nodejs14/src/code/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ RUN npm install
1515
# Bundle app source
1616
COPY . .
1717

18-
EXPOSE 8080
18+
EXPOSE 9000
1919
ENTRYPOINT [ "node", "server.js" ]

update.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
async-task/python3
1+
custom-container-function/fc-custom-container-event-nodejs14

0 commit comments

Comments
 (0)