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
|
FROM nginx:alpine
|
||||||
COPY ./out /usr/share/nginx/html
|
COPY ./out /usr/share/nginx/html
|
||||||
|
|||||||
Reference in New Issue
Block a user