5 lines
87 B
Docker
5 lines
87 B
Docker
FROM caddy:latest
|
|
|
|
COPY . /usr/share/caddy
|
|
|
|
COPY ./rdp.html /usr/share/caddy/index.html |