We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df19cb7 commit b0ab805Copy full SHA for b0ab805
.devcontainer/Dockerfile
@@ -14,8 +14,7 @@ USER slackdev
14
15
# Install the project runtime
16
RUN curl -fsSL https://deno.land/install.sh | sh
17
-RUN export DENO_INSTALL="/home/slackdev/.deno"
18
-RUN export PATH="$DENO_INSTALL/bin:$PATH"
+ENV PATH="/home/slackdev/.deno/bin:$PATH"
19
20
# Set the working directory
21
WORKDIR /workspaces
0 commit comments