This website requires JavaScript.
Explore
Help
Sign In
thumbscrw
/
nginx-docker-compose
Watch
1
Star
0
Fork
0
You've already forked nginx-docker-compose
mirror of
https://github.com/Thumbscrew/nginx-docker-compose.git
synced
2024-11-12 17:13:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7577603bdc
nginx-docker-compose
/
Dockerfile
4 lines
75 B
Docker
Raw
Normal View
History
Unescape
Escape
add customisable Nginx tag
2022-05-30 19:29:19 +00:00
ARG
NGINX_TAG
FROM
nginx:${NGINX_TAG}
add working files
2022-05-30 19:22:39 +00:00
COPY
./includes/ /etc/nginx/includes
Reference in New Issue
Copy Permalink