added lifecycle config (folder creation)

This commit is contained in:
2026-01-13 08:48:19 +01:00
parent dd02304b86
commit dbf03e3676
+4
View File
@@ -68,6 +68,10 @@ spec:
value: "false"
- name: GIT_CONFIG_GLOBAL
value: "/home/coder/.config/git/config"
lifecycle:
postStart:
exec:
command: ["/bin/sh", "-c", "mkdir -p /home/coder/.config/git"]
ports:
- containerPort: 8080
name: http