aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-27 16:56:24 +0800
committercrupest <crupest@outlook.com>2022-11-27 16:56:24 +0800
commit3ab852dbd30351665cf97a10894f584a1c3ee36b (patch)
tree19553b5de02fca89c48ca1d2f9cf136046605698
parent556047dffa810da957ef8fc5dc8d266fbc05aaee (diff)
downloadcrupest-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.template2
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