diff options
author | crupest <crupest@outlook.com> | 2022-11-27 16:56:24 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-27 16:56:24 +0800 |
commit | 3ab852dbd30351665cf97a10894f584a1c3ee36b (patch) | |
tree | 19553b5de02fca89c48ca1d2f9cf136046605698 | |
parent | 556047dffa810da957ef8fc5dc8d266fbc05aaee (diff) | |
download | crupest-3ab852dbd30351665cf97a10894f584a1c3ee36b.tar.gz crupest-3ab852dbd30351665cf97a10894f584a1c3ee36b.tar.bz2 crupest-3ab852dbd30351665cf97a10894f584a1c3ee36b.zip |
Code-server build is expensive. No longer build it.
-rw-r--r-- | template/docker-compose.yaml.template | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 4f82594..7791c52 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -34,11 +34,9 @@ services: - timeline-network code-server: - pull_policy: build build: context: ./docker/arch-code-server dockerfile: Dockerfile - pull: true args: - CRUPEST_USER=$CRUPEST_USER - CRUPEST_GROUP=$CRUPEST_GROUP |