mirror of
https://github.com/ajnart/homarr.git
synced 2026-05-09 13:46:39 +02:00
3 lines
51 B
Docker
3 lines
51 B
Docker
FROM nginx:alpine
|
|
COPY ./out /usr/share/nginx/html
|