File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 9
9
LICENSE
10
10
README.md
11
11
node_modules
12
+ release
Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ COPY . .
16
16
RUN yarn \
17
17
&& MINIFY=true yarn build "${vscodeVersion}" "${codeServerVersion}" \
18
18
&& yarn binary "${vscodeVersion}" "${codeServerVersion}" \
19
- && mv "/src/build/code-server${codeServerVersion}-vsc${vscodeVersion}-linux-x86_64-built/code-server${codeServerVersion}-vsc${vscodeVersion}-linux-x86_64" /src/build/code-server
19
+ && mv "/src/build/code-server${codeServerVersion}-vsc${vscodeVersion}-linux-x86_64-built/code-server${codeServerVersion}-vsc${vscodeVersion}-linux-x86_64" /src/build/code-server \
20
+ && rm -r /src/build/vscode-* \
21
+ && rm -r /src/build/code-server*-linux-*
20
22
21
23
# We deploy with ubuntu so that devs have a familiar environment.
22
24
FROM ubuntu:18.04
You can’t perform that action at this time.
0 commit comments