This website requires JavaScript.
Explore
Help
Sign in
luzifer
/
knut.in
Archived
Watch
1
Star
0
Fork
You've already forked knut.in
0
Code
Issues
Pull requests
Releases
Wiki
Activity
This repository has been archived on
2024-03-01
. You can view files and clone it, but cannot push or open issues or pull requests.
0384362158
knut.in
/
Dockerfile
6 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
Use alpine based nginx container Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-07-15 20:53:09 +00:00
FROM nginx:alpine
Initial Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-02-19 12:11:10 +00:00
Use alpine based nginx container Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-07-15 20:53:09 +00:00
COPY nginx.conf /src/nginx.conf
Initial Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-02-19 12:11:10 +00:00
ENTRYPOINT ["nginx", "-c", "/src/nginx.conf"]
Reference in a new issue
Copy permalink