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