mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-05 07:09:52 +01:00
Changed nginx to use alpine instead of debian/ubuntu Image size is 93MB smaller and build time is shorter.
3 lines
51 B
Docker
3 lines
51 B
Docker
FROM nginx:alpine
|
|
COPY ./out /usr/share/nginx/html
|