Skip to content

Commit

Permalink
CHG extension path
Browse files Browse the repository at this point in the history
  • Loading branch information
synoet committed Nov 1, 2023
1 parent a61fae6 commit ebc2b90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions theia-pincer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ RUN set -ex; \
-exec 'rm' '-rf' '{}' '+'; \
chown -R ${USER}:${USER} /home/anubis

COPY supervisord.conf /supervisord.conf
COPY install_extension.sh /etc/anubis/init.d/install_extension.sh

USER anubis
4 changes: 2 additions & 2 deletions theia-pincer/install_extension.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /bin/bash
curl https://pincer-server.fly.dev/version/latest/download -o /opt/pincer.vsix
code-server --install-extension /opt/pincer.vsix
curl https://pincer-server.fly.dev/version/latest/download -o /opt/code-server/pincer.vsix
code-server --install-extension /opt/code-server/pincer.vsix

0 comments on commit ebc2b90

Please sign in to comment.