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
The current Docker build process in the documentation appears less than elegant. Each application requires a separate build, and certain parameters are hardcoded during the build, making it inconvenient and verbose.
Proposed Improvement:
Create a universal Dockerfile that retrieves application names and keys through environment variables.
Provide official DockerHub images and a supported list of environment variable parameters, facilitating users to deploy quickly through Docker Compose.
The text was updated successfully, but these errors were encountered:
gaoliang
changed the title
Optimize Docker Build Process and Unify Images
Optimize Docker Build Process and Provide an Universal Docker Image
Jan 25, 2024
For example, at present, the Taobao NPM registry certificate has expired, resulting in a failure to build the Dockerfile. The build process has become overly complex for many users.
The current Docker build process in the documentation appears less than elegant. Each application requires a separate build, and certain parameters are hardcoded during the build, making it inconvenient and verbose.
Proposed Improvement:
Create a universal Dockerfile that retrieves application names and keys through environment variables.
Provide official DockerHub images and a supported list of environment variable parameters, facilitating users to deploy quickly through Docker Compose.
The text was updated successfully, but these errors were encountered: