File size: 126 Bytes
c85417e
 
 
 
 
 
1
2
3
4
5
6
7
FROM nginx:1.27-alpine

COPY nginx.conf /etc/nginx/nginx.conf
COPY warmup.html /usr/share/nginx/html/warmup.html

EXPOSE 8080