Revize a60193de
Přidáno uživatelem Tomáš Ballák před téměř 5 roky(ů)
docker/nginx/Dockerfile | ||
---|---|---|
1 | 1 |
FROM nginx:alpine |
2 | 2 |
COPY nginx.conf /etc/nginx |
3 | 3 |
COPY conf.d /etc/nginx/conf.d |
4 |
ADD ./sites /etc/nginx/sites-available |
|
4 |
RUN apk add netcat-openbsd bc curl bash wget openssl; \ |
|
5 |
apk add libressl; \ |
|
6 |
wget -O - https://get.acme.sh | sh; |
|
5 | 7 |
WORKDIR /var/www/ |
6 | 8 |
CMD ["nginx"] |
Také k dispozici: Unified diff
Feature Re #7745 nginx configuration