From 878a0dda3b19b636899524536d2bdea5156ecf1e Mon Sep 17 00:00:00 2001 From: "slack-samples[bot]" <169401055+slack-samples[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:55:18 +0000 Subject: [PATCH] Update sample app configurations --- .devcontainer/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e8ed535..8c98f8f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -14,8 +14,7 @@ USER slackdev # Install the project runtime RUN curl -fsSL https://deno.land/install.sh | sh -RUN export DENO_INSTALL="/home/slackdev/.deno" -RUN export PATH="$DENO_INSTALL/bin:$PATH" +ENV PATH="/home/slackdev/.deno/bin:$PATH" # Set the working directory WORKDIR /workspaces