Skip to content

Commit

Permalink
fix: 🐛 移除prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
gongqianjun committed Feb 27, 2024
1 parent 26f6d71 commit 09d1408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coder-development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt update && apt install -y tzdata && \

USER coder

RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server --version 4.11.0
RUN curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --version 4.11.0

RUN git clone https://github.com/monlor/dotfiles /home/coder/.config/coderv2/dotfiles && \
cd /home/coder/.config/coderv2/dotfiles && ./install.sh
Expand Down

0 comments on commit 09d1408

Please sign in to comment.