You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project uses advanced Docker and Node.js concepts such as (multiple Dockerfiles, pnpm workspaces, and turborepo). People who are not expert to these technologies likely get confused and struggle to get started.
As recommended in Discord, the docs should be improved so developers with less experience can easily get started.
Task
Update README.md to add information:
How to develop the project locally
How to build a Docker images
How to run the Docker images together
The text was updated successfully, but these errors were encountered:
I can now use the "docker build -f Dockerfile.xxx ." command to write an image successfully. But I don't know what I then have to do. I have to explore the apps that run on Docker.
(below description is added by @dtinth)
Problem
This project uses advanced Docker and Node.js concepts such as (multiple Dockerfiles, pnpm workspaces, and turborepo). People who are not expert to these technologies likely get confused and struggle to get started.
As recommended in Discord, the docs should be improved so developers with less experience can easily get started.
Task
README.md
to add information:The text was updated successfully, but these errors were encountered: