Changed nginx to use alpine instead of debian/ubuntu Image size is 93MB smaller and build time is shorter.
3 lines
51 B
Docker
3 lines
51 B
Docker
FROM nginx:alpine
|
|
COPY ./out /usr/share/nginx/html
|