Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Docker instructions and build scripts #74

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

beanljun
Copy link
Contributor

@beanljun beanljun commented Jul 22, 2024

添加dockerfile自动化部署项目环境,自动安装项目所需的依赖包

docker/install 目录下为依赖软件的安装脚本,由dockerfile构建镜像时自动调用

docker/scripts 目录下的为启动和进入docker容器的脚本。

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Message that will be displayed on users' first pull request

@578223592
Copy link
Collaborator

添加dockerfile自动化部署项目环境,自动安装项目所需的依赖包

docker/install 目录下为依赖软件的安装脚本,由dockerfile构建镜像时自动调用

docker/scripts 目录下的为启动和进入docker容器的脚本。

@beanljun 感谢提交代码,不好意思现在才看到。
关于这个pr:
1.关于docker,我这边不是很熟悉,所以至少需要等我验证你写的dockerfile是合理的之后才能a进去,因此建议你增加一个doc,方便我(也方便其他同学)可以one step by one step的快速上手。
2.我看到你的提交记录,分别是docker和installSnapshot重复的问题,建议拆分一下,这样我可以先合入installSnapshot重复的问题

@beanljun beanljun marked this pull request as draft August 5, 2024 01:56
@beanljun
Copy link
Contributor Author

beanljun commented Aug 5, 2024

添加dockerfile自动化部署项目环境,自动安装项目所需的依赖包
docker/install 目录下为依赖软件的安装脚本,由dockerfile构建镜像时自动调用
docker/scripts 目录下的为启动和进入docker容器的脚本。

@beanljun 感谢提交代码,不好意思现在才看到。 关于这个pr: 1.关于docker,我这边不是很熟悉,所以至少需要等我验证你写的dockerfile是合理的之后才能a进去,因此建议你增加一个doc,方便我(也方便其他同学)可以one step by one step的快速上手。 2.我看到你的提交记录,分别是docker和installSnapshot重复的问题,建议拆分一下,这样我可以先合入installSnapshot重复的问题

添加dockerfile自动化部署项目环境,自动安装项目所需的依赖包
docker/install 目录下为依赖软件的安装脚本,由dockerfile构建镜像时自动调用
docker/scripts 目录下的为启动和进入docker容器的脚本。

@beanljun 感谢提交代码,不好意思现在才看到。 关于这个pr: 1.关于docker,我这边不是很熟悉,所以至少需要等我验证你写的dockerfile是合理的之后才能a进去,因此建议你增加一个doc,方便我(也方便其他同学)可以one step by one step的快速上手。 2.我看到你的提交记录,分别是docker和installSnapshot重复的问题,建议拆分一下,这样我可以先合入installSnapshot重复的问题

  1. 在doc目录下提交了本仓库dockerfile使用的简易流程;
  2. 新建了两个pr,分别对应installSnapshot重复的问题和format格式化问题

@beanljun beanljun marked this pull request as ready for review August 5, 2024 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants