3 lines
76 B
Text
3 lines
76 B
Text
|
FROM nginx:1.19.0-alpine
|
||
|
|
||
|
COPY ./default.conf /etc/nginx/conf.d/default.conf
|