4 lines
78 B
Docker
4 lines
78 B
Docker
FROM nginx:1.25-alpine
|
|
|
|
COPY docker-nginx.conf /etc/nginx/conf.d/default.conf
|