mikeee commited on
Commit
c0a16b0
·
verified ·
1 Parent(s): 026e823

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -5,7 +5,8 @@ FROM ghcr.io/guobao2333/deeplx-serverless:latest
5
 
6
  # 暴露应用程序端口
7
  # EXPOSE 6119
8
- EXPOSE 6119
 
9
 
10
  # 使用非 root 用户运行应用
11
  USER node
 
5
 
6
  # 暴露应用程序端口
7
  # EXPOSE 6119
8
+ # aurora-develop/duck2api 无需改readme 的app_port
9
+ EXPOSE 8080
10
 
11
  # 使用非 root 用户运行应用
12
  USER node