first commit
This commit is contained in:
9
grob/docker-entrypoint.sh
Executable file
9
grob/docker-entrypoint.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Ensure the history directory exists and has correct ownership
|
||||
mkdir -p /app/history
|
||||
chown -R ctf:ctf /app/history
|
||||
|
||||
# Run the grob service as ctf user
|
||||
exec runuser -u ctf /app/grob
|
||||
|
||||
Reference in New Issue
Block a user