-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
What problem will this feature address?
Currently, Dokploy provides environment variables only to the final Docker image, but they should also be available during the build phase for the Dockerfile
Describe the solution you'd like
The already available environment variables should be available during the Docker build process to the Dockerfile as well as to the final Docker image.
Describe alternatives you've considered
I've considered committing a .env file to the repository, but this is not a secure option. Another workaround could be to manually pass the environment variables during the Docker build command, but this is not ideal for automated deployment processes.
Additional context
No response
EnricoVacondio
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Released