ldapsaisie/docker/rootfs/entrypoint.sh
2024-02-22 16:57:18 +01:00

6 lines
66 B
Bash
Executable file

#!/bin/bash -e
service slapd start
service apache2 start
bash -l