mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-27 17:59:16 +01:00
Merge pull request #45 from c00ldude1oo/alpine
Change nginx base to alpine
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