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 | aa65b89f546dc03a86f344db4cf135a59b7d8435 (patch) | |
tree | 19553b5de02fca89c48ca1d2f9cf136046605698 | |
parent | 0b0f6245fabad93b249b5049a9df43d23665e151 (diff) | |
download | crupest-aa65b89f546dc03a86f344db4cf135a59b7d8435.tar.gz crupest-aa65b89f546dc03a86f344db4cf135a59b7d8435.tar.bz2 crupest-aa65b89f546dc03a86f344db4cf135a59b7d8435.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 |