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:
Chris
2022-05-12 02:18:37 -04:00
parent 9282ea5f0f
commit bdb9711c19

View File

@@ -1,2 +1,2 @@
FROM nginx:1.21.6
COPY ./out /usr/share/nginx/html
FROM nginx:alpine
COPY ./out /usr/share/nginx/html