Skip to content

Commit 93234cc

Browse files
committed
Update Dockerfile.plus
1 parent 9f8e12f commit 93234cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.plus

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ ENV DIRECTORY_LISTING_PATH_PREFIX=""
2424
ENV STRIP_LEADING_DIRECTORY_PATH=""
2525
ENV PREFIX_LEADING_DIRECTORY_PATH=""
2626

27-
# We create an NGINX Plus based on the official NGINX Plus Dockerfiles (https://gist.github.com/nginx-gists/36e97fc87efb5cf0039978c8e41a34b5) and modify it by:
27+
# We create an NGINX Plus image based on the official NGINX Plus Dockerfiles (https://gist.github.com/nginx-gists/36e97fc87efb5cf0039978c8e41a34b5) and modify it by:
2828
# 1. Explicitly installing the version of njs coded in the environment variable above.
2929
# 2. Adding configuration files needed for proxying private S3 buckets.
3030
# 3. Adding a directory for proxied objects to be stored.
3131
# 4. Adding the entrypoint scripts found in the base NGINX OSS Docker image with a modified version that explicitly sets resolvers.
3232

33-
# Download your NGINX license certificate and key from the F5 customer portal (https://account.f5.com) and copy to the build context
33+
# Download your NGINX license certificate and key from the F5 customer portal (https://account.f5.com) and copy them to the build context
3434
RUN --mount=type=secret,id=nginx-crt,dst=nginx-repo.crt \
3535
--mount=type=secret,id=nginx-key,dst=nginx-repo.key \
3636
set -x \

0 commit comments

Comments
 (0)