@@ -3,7 +3,7 @@ FROM php:fpm-buster
3
3
LABEL sh.demyx.image demyx/code-server:sage
4
4
LABEL sh.demyx.maintainer Demyx <
[email protected] >
5
5
LABEL sh.demyx.url https://demyx.sh
6
- LABEL sh.demyx.github https://github.com/demyxco
6
+ LABEL sh.demyx.github https://github.com/demyxsh
7
7
LABEL sh.demyx.registry https://hub.docker.com/u/demyx
8
8
9
9
# Set default variables
@@ -96,11 +96,11 @@ RUN set -ex; \
96
96
install -d -m 0755 -o demyx -g demyx /home/demyx/.code/data/User; \
97
97
\
98
98
# Get remote files
99
- curl -sL https://github.com/demyxco /code-server/raw/master/shared/bs-sage.js -o "$CODE_CONFIG" /bs.js; \
100
- curl -sL https://github.com/demyxco /code-server/raw/master/shared/bs-sage.php -o "$CODE_CONFIG" /bs.php; \
101
- curl -sL https://github.com/demyxco /code-server/raw/master/shared/launch.json -o "$CODE_CONFIG" /launch.json; \
102
- curl -sL https://github.com/demyxco /code-server/raw/master/shared/shevaua.phpcs-1.0.8.vsix -o "$CODE_CONFIG" /shevaua.phpcs-1.0.8.vsix; \
103
- curl -sL https://github.com/demyxco /code-server/raw/master/shared/settings-sage.json -o /home/demyx/.code/data/User/settings.json; \
99
+ curl -sL https://github.com/demyxsh /code-server/raw/master/shared/bs-sage.js -o "$CODE_CONFIG" /bs.js; \
100
+ curl -sL https://github.com/demyxsh /code-server/raw/master/shared/bs-sage.php -o "$CODE_CONFIG" /bs.php; \
101
+ curl -sL https://github.com/demyxsh /code-server/raw/master/shared/launch.json -o "$CODE_CONFIG" /launch.json; \
102
+ curl -sL https://github.com/demyxsh /code-server/raw/master/shared/shevaua.phpcs-1.0.8.vsix -o "$CODE_CONFIG" /shevaua.phpcs-1.0.8.vsix; \
103
+ curl -sL https://github.com/demyxsh /code-server/raw/master/shared/settings-sage.json -o /home/demyx/.code/data/User/settings.json; \
104
104
\
105
105
# Symlink code-server
106
106
ln -s /usr/local/lib/code-server/bin/code-server /usr/local/bin/code-server; \
@@ -182,19 +182,19 @@ RUN set -ex; \
182
182
ln -s "$CODE_CONFIG" /docker.conf /usr/local/etc/php-fpm.d/docker.conf; \
183
183
\
184
184
# sage
185
- curl -sL https://github.com/demyxco /code-server/raw/master/shared/sage.sh -o /usr/local/bin/sage; \
185
+ curl -sL https://github.com/demyxsh /code-server/raw/master/shared/sage.sh -o /usr/local/bin/sage; \
186
186
chmod +x /usr/local/bin/sage; \
187
187
\
188
188
# demyx-config
189
- curl -sL https://github.com/demyxco /code-server/raw/master/shared/config-wp.sh -o /usr/local/bin/demyx-config; \
189
+ curl -sL https://github.com/demyxsh /code-server/raw/master/shared/config-wp.sh -o /usr/local/bin/demyx-config; \
190
190
chmod +x /usr/local/bin/demyx-config; \
191
191
\
192
192
# demyx-install
193
- curl -sL https://github.com/demyxco /code-server/raw/master/shared/install-sage.sh -o /usr/local/bin/demyx-install; \
193
+ curl -sL https://github.com/demyxsh /code-server/raw/master/shared/install-sage.sh -o /usr/local/bin/demyx-install; \
194
194
chmod +x /usr/local/bin/demyx-install; \
195
195
\
196
196
# demyx-entrypoint
197
- curl -sL https://github.com/demyxco /code-server/raw/master/shared/entrypoint-sage.sh -o /usr/local/bin/demyx-entrypoint; \
197
+ curl -sL https://github.com/demyxsh /code-server/raw/master/shared/entrypoint-sage.sh -o /usr/local/bin/demyx-entrypoint; \
198
198
chmod +x /usr/local/bin/demyx-entrypoint; \
199
199
\
200
200
# Set ownership
0 commit comments