From 5f52517c0b6e6fa7dbb268f598f0bf5c1a08a3ce Mon Sep 17 00:00:00 2001 From: Arsen Hovhanissian Date: Mon, 25 Aug 2025 12:23:29 +0300 Subject: [PATCH] chore: Update Dockerfile to standardize environment variable assignments for editor --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index b4f8261..8b48f6a 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -65,8 +65,8 @@ ENV PATH=$PATH:/usr/local/share/npm-global/bin ENV SHELL=/bin/zsh # Set the default editor and visual -ENV EDITOR nano -ENV VISUAL nano +ENV EDITOR=nano +ENV VISUAL=nano # Default powerline10k theme ARG ZSH_IN_DOCKER_VERSION=1.2.0