Skip to content

Conversation

@bbb4aaa
Copy link

@bbb4aaa bbb4aaa commented May 11, 2025

Add Dockerfile and docker-compose.yaml to support rapid deployment implementation

@CLAassistant
Copy link

CLAassistant commented May 11, 2025

CLA assistant check
All committers have signed the CLA.

@bbb4aaa
Copy link
Author

bbb4aaa commented May 11, 2025

fix #19


RUN uv sync

RUN cd web && cp .env.example .env && pnpm install && cd ..
Copy link

Choose a reason for hiding this comment

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

RUN cd web && pnpm install && cd ..

是不是应该这样?

Copy link

Choose a reason for hiding this comment

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

哦 看错了 这里也有配置

@fengziadmin
Copy link

u need delete .env and .env.example in .dockerignore file . @beat4ocean

@bbb4aaa
Copy link
Author

bbb4aaa commented May 12, 2025

u need delete .env and .env.example in .dockerignore file . @beat4ocean

thanks, I fixed it by adding a .dockerignore file. Is this right?

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.

5 participants