mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-17 14:26:18 +00:00
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
|
|
FROM authelia/authelia:latest
|
||
|
|
|
||
|
|
COPY entrypoint.sh /usr/local/bin/authelia-entrypoint.sh
|
||
|
|
RUN chmod +x /usr/local/bin/authelia-entrypoint.sh
|
||
|
|
|
||
|
|
ENTRYPOINT ["/usr/local/bin/authelia-entrypoint.sh"]
|