Skip to content

Commit de9cab0

Browse files
authored
fix: do not start coder service during the image build (#211)
Solves #180 This will make the Coder service install when the image is deployed and should create a unique deployment ID.
1 parent eeb8994 commit de9cab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: files/scripts/014-coder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
curl -L https://coder.com/install.sh | sh
44

5-
systemctl enable --now coder
5+
systemctl enable coder

0 commit comments

Comments
 (0)