mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-15 12:02:15 +01:00
3 lines
51 B
Docker
3 lines
51 B
Docker
FROM nginx:alpine
|
|
COPY ./out /usr/share/nginx/html
|