mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 14:48:10 +00:00
3 lines
131 B
Docker
3 lines
131 B
Docker
FROM localhost:5000/lldap/lldap:alpine-base
|
|
COPY --chown=$USER:$USER docker-entrypoint-rootless.sh /docker-entrypoint.sh
|
|
USER $USER |