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