Skip to content

Commit b0ab805

Browse files
authored
build: add deno installation directory to devcontainer path (#86)
1 parent df19cb7 commit b0ab805

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ USER slackdev
1414

1515
# Install the project runtime
1616
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"
17+
ENV PATH="/home/slackdev/.deno/bin:$PATH"
1918

2019
# Set the working directory
2120
WORKDIR /workspaces

0 commit comments

Comments
 (0)