7 lines
270 B
Docker
7 lines
270 B
Docker
|
FROM kimai/kimai2:apache-1.30.6-prod
|
||
|
# Upstream: https://github.com/tobybatch/kimai2/blob/main/Dockerfile
|
||
|
|
||
|
# Override default entrypoint script and apache conf
|
||
|
COPY assets/startup.sh /startup.sh
|
||
|
COPY assets/000-default.conf /etc/apache2/sites-available/000-default.conf
|