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
committed by Aj - Thomas
parent 36e308d11d
commit 8469d1c477

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