Skip to content

Commit 7c501c1

Browse files
build: add deno installation directory to devcontainer path (#79)
Co-authored-by: slack-samples[bot] <169401055+slack-samples[bot]@users.noreply.github.com>
1 parent 1391cfe commit 7c501c1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.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)