Initial commit - turn the light on
This commit is contained in:
commit
5572eace36
2 changed files with 75 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
FROM alpine
|
||||
LABEL maintainer = "docker@ungleich.ch"
|
||||
|
||||
RUN apk add --no-cache nginx certbot sipcalc
|
||||
RUN mkdir /run/nginx
|
||||
COPY entrypoint.sh /
|
||||
|
||||
CMD [ "/entrypoint.sh" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue