mirror of
https://github.com/Thumbscrew/nginx-docker-compose.git
synced 2024-11-09 23:53:52 +00:00
4 lines
75 B
Docker
4 lines
75 B
Docker
ARG NGINX_TAG
|
|
FROM nginx:${NGINX_TAG}
|
|
|
|
COPY ./includes/ /etc/nginx/includes |