Files
Homarr/Dockerfile
Chris bdb9711c19 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 02:18:37 -04:00

3 lines
51 B
Docker

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