Files
homarr/Dockerfile
Chris 8469d1c477 Change nginx base to alpine
Changed nginx to use alpine instead of debian/ubuntu
Image size is 93MB smaller and build time is shorter.
2022-05-12 13:56:01 +02:00

3 lines
51 B
Docker

FROM nginx:alpine
COPY ./out /usr/share/nginx/html