4 lines
76 B
Docker
4 lines
76 B
Docker
FROM nginx:1.28-alpine
|
|
|
|
COPY bash/nginx.conf /etc/nginx/conf.d/default.conf
|