Skip to content

Commit 85dd67f

Browse files
committed
Add docs entrypoint
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent e79d7c9 commit 85dd67f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build_container/docs-entrypoint.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
chown envoydev /docs
4+
rm -rf /docs/*
5+
6+
exec gosu envoydev "${@}"

0 commit comments

Comments
 (0)