1 Star 1 Fork 0

星辰编程理财 / istock-shell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 273 Bytes
一键复制 编辑 原始数据 按行查看 历史
星辰编程理财 提交于 2024-04-29 05:16 . !2合并v0.1.3版本代码
FROM nginx:stable-alpine
COPY ./dist /usr/share/nginx/html
# 如果需要,复制自定义的 Nginx 配置文件
#COPY ./nginx.conf /etc/nginx/nginx.conf
EXPOSE 80
# 设置容器启动后的命令,这里使用 Nginx 的默认命令
CMD ["nginx", "-g", "daemon off;"]
TypeScript
1
https://gitee.com/xcbclc/istock-shell.git
git@gitee.com:xcbclc/istock-shell.git
xcbclc
istock-shell
istock-shell
main

搜索帮助