mirror of
https://github.com/Thumbscrew/nginx-docker-compose.git
synced 2025-01-18 01:25:46 +00:00
4 lines
75 B
Docker
4 lines
75 B
Docker
ARG NGINX_TAG
|
|
FROM nginx:${NGINX_TAG}
|
|
|
|
COPY ./includes/ /etc/nginx/includes |