cspj-application/docker/chungus/start.sh

12 lines
250 B
Bash

mkdir logs
touch ./logs/host-fs-auditlog.log
touch ./logs/host-fs-errorlog.log
touch ./logs/host-fs-accesslog.log
chmod 777 ./logs/host-fs-auditlog.log
chmod 777 ./logs/host-fs-errorlog.log
chmod 777 ./logs/host-fs-accesslog.log
docker compose up