Skip to content

Refactor: optimize Dockerfile environment variables and formatting#239

Open
Kartikpawar143 wants to merge 1 commit intoVERT-sh:mainfrom
Kartikpawar143:patch-1
Open

Refactor: optimize Dockerfile environment variables and formatting#239
Kartikpawar143 wants to merge 1 commit intoVERT-sh:mainfrom
Kartikpawar143:patch-1

Conversation

@Kartikpawar143
Copy link

Reduced the number of layers created by ENV instructions by combining environment variable declarations into a single ENV statement. No functional changes were made to the Docker build or runtime behavior. The update only improves readability and slightly optimizes the image build process. Minor formatting adjustments were also applied to keep the Dockerfile cleaner and easier to maintain.

Reduced the number of layers created by ENV instructions by combining environment variable declarations into a single ENV statement. No functional changes were made to the Docker build or runtime behavior. The update only improves readability and slightly optimizes the image build process. Minor formatting adjustments were also applied to keep the Dockerfile cleaner and easier to maintain.
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.

1 participant