File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
root/etc/services.d/code-server Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 4444 | awk '/tag_name/{print $4;exit}' FS='[""]' ); \
4545 fi && \
4646 CODE_VERSION=$(echo "$CODE_RELEASE" | awk '{print substr($1,2); }' ) && \
47- yarn --production global add code-server@"$CODE_VERSION" && \
47+ yarn --production --frozen-lockfile global add code-server@"$CODE_VERSION" && \
4848 yarn cache clean && \
49- ln -s /node_modules/.bin/code-server /usr/bin/code-server && \
5049 echo "**** clean up ****" && \
5150 apt-get purge --auto-remove -y \
5251 build-essential \
Original file line number Diff line number Diff line change 4444 | awk '/tag_name/{print $4;exit}' FS='[""]'); \
4545 fi && \
4646 CODE_VERSION=$(echo "$CODE_RELEASE" | awk '{print substr($1,2); }') && \
47- yarn --production global add code-server@"$CODE_VERSION" && \
47+ yarn --production --frozen-lockfile global add code-server@"$CODE_VERSION" && \
4848 yarn cache clean && \
49- ln -s /node_modules/.bin/code-server /usr/bin/code-server && \
5049 echo "**** clean up ****" && \
5150 apt-get purge --auto-remove -y \
5251 build-essential \
Original file line number Diff line number Diff line change 4444 | awk '/tag_name/{print $4;exit}' FS='[""]'); \
4545 fi && \
4646 CODE_VERSION=$(echo "$CODE_RELEASE" | awk '{print substr($1,2); }') && \
47- yarn --production global add code-server@"$CODE_VERSION" && \
47+ yarn --production --frozen-lockfile global add code-server@"$CODE_VERSION" && \
4848 yarn cache clean && \
49- ln -s /node_modules/.bin/code-server /usr/bin/code-server && \
5049 echo "**** clean up ****" && \
5150 apt-get purge --auto-remove -y \
5251 build-essential \
Original file line number Diff line number Diff line change 1515
1616exec \
1717 s6-setuidgid abc \
18- /usr/bin/code-server \
18+ /usr/local/ bin/code-server \
1919 --bind-addr 0.0.0.0:8443 \
2020 --user-data-dir /config/data \
2121 --extensions-dir /config/extensions \
You can’t perform that action at this time.
0 commit comments