Skip to content

Commit

Permalink
Adding /opt/code-server/bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadbandarkar committed Aug 25, 2023
1 parent 3ac0a98 commit fea36c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ENV VS_CODE_VERSION=4.16.1
RUN mkdir /opt/code-server
WORKDIR /opt/code-server
RUN wget -qO- https://github.com/coder/code-server/releases/download/v${VS_CODE_VERSION}/code-server-${VS_CODE_VERSION}-linux-amd64.tar.gz | tar zxvf - --strip-components=1
ENV PATH=/opt/code-server:$PATH
ENV PATH=/opt/code-server:/opt/code-server/bin:$PATH

#------------ Install Lab Extensions in base environment as NB_USER----------------------------

Expand Down

0 comments on commit fea36c4

Please sign in to comment.