4 lines
91 B
Docker
4 lines
91 B
Docker
|
FROM nginx:mainline-alpine-slim
|
||
|
|
||
|
COPY . /site
|
||
|
COPY ./nginx.conf /etc/nginx/conf.d/site.conf
|