From 11883cb86a8ca8ee771ef97f5223c6f2a97ae72e Mon Sep 17 00:00:00 2001 From: M Atif Ali Date: Sat, 15 Mar 2025 00:30:55 +0500 Subject: [PATCH] fix: do not start coder service during the image build Solves #180 This will make the Coder service install when the image is deployed and should create a unique deployment ID. --- files/scripts/014-coder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/scripts/014-coder.sh b/files/scripts/014-coder.sh index a219e4b..98a24bd 100755 --- a/files/scripts/014-coder.sh +++ b/files/scripts/014-coder.sh @@ -2,4 +2,4 @@ curl -L https://coder.com/install.sh | sh -systemctl enable --now coder +systemctl enable coder