4 lines
75 B
Docker
4 lines
75 B
Docker
FROM nginx:alpine3.18-slim
|
|
|
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|