Skip to content

Commit fbae107

Browse files
committed
Changes owner of logs to root on every container start
1 parent 67e8ca6 commit fbae107

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/with-contenv bash
2+
3+
mkdir -p /data/logs
4+
chown -R root:root /data/logs

0 commit comments

Comments
 (0)