6 lines
154 B
Docker
6 lines
154 B
Docker
FROM docker.io/nginx:latest
|
|
|
|
COPY FHEM /usr/share/nginx/html
|
|
COPY controls_byterazor-fhem-ntfy /usr/share/nginx/html/
|
|
COPY CHANGED /usr/share/nginx/html/
|