mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
architectural change 1
This commit is contained in:
6
dockerfiles/init-backend.sh
Normal file
6
dockerfiles/init-backend.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
echo "Initializing backend..."
|
||||
# Future backend initialization steps can go here.
|
||||
# For now, we'll just ensure permissions are correct.
|
||||
chown -R nginx:www-data "${NETALERTX_APP}"
|
||||
echo "Backend initialized."
|
||||
Reference in New Issue
Block a user