Skip to content

Commit 58dacf7

Browse files
build: add deno installation directory to devcontainer path (#40)
Co-authored-by: slack-samples[bot] <169401055+slack-samples[bot]@users.noreply.github.com>
1 parent 8b7ae38 commit 58dacf7

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)