mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-06 23:52:16 +01:00
Change nginx base to alpine
Changed nginx to use alpine instead of debian/ubuntu Image size is 93MB smaller and build time is shorter.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
FROM nginx:1.21.6
|
||||
COPY ./out /usr/share/nginx/html
|
||||
FROM nginx:alpine
|
||||
COPY ./out /usr/share/nginx/html
|
||||
|
||||
Reference in New Issue
Block a user