修改端口
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m1s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m1s
This commit is contained in:
parent
2760140445
commit
f78ebc2959
@ -15,10 +15,10 @@ COPY . .
|
||||
|
||||
# 设置环境变量
|
||||
ENV HOST=0.0.0.0
|
||||
ENV PORT=3000
|
||||
ENV PORT=80
|
||||
|
||||
# 暴露端口
|
||||
EXPOSE 3000
|
||||
EXPOSE 80
|
||||
|
||||
# 启动项目
|
||||
CMD ["yarn", "dev"]
|
||||
Loading…
x
Reference in New Issue
Block a user