3 lines
75 B
Docker
3 lines
75 B
Docker
|
FROM nginx:latest AS base
|
||
|
|
||
|
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|