1 parent dcab007 commit ffabbdcCopy full SHA for ffabbdc
1 file changed
.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