-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
To Reproduce
-
Create a new project with the below
Dockerfile
and select Dockerfile as Build TypeFROM node:alpine AS base # Log all env variables RUN env | sort
-
Add any env vars by clicking the "Environment" tab and entering them in "Environment Settings"
-
Build the project, go to the "Deployments" tab, and click on "View"
Current vs. Expected behavior
Expected Results
The entered variables should show up in the logs
Actual Results
They don't. The "TEST_FOO" we added doesn't show up.

Provide environment information
OS: Ubuntu 24.04
Dokploy Version: latest (0.24.3)
Which area(s) are affected? (Select all that apply)
Application
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
No response
Will you send a PR to fix it?
Maybe, need help