Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-12-09 16:26:59 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-12-09 16:26:59 +0300
commit295078ddb003852094b6232669576e0d1831ee72 (patch)
tree5abb81c6d76debefe86bbdc3a9f8d6b770a70bcd /Dockerfile.master
parent1493636874d778512849b8d561f7d238345945db (diff)
Fix minify script name
Diffstat (limited to 'Dockerfile.master')
-rw-r--r--Dockerfile.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.master b/Dockerfile.master
index eeb6c342..af6b90e5 100644
--- a/Dockerfile.master
+++ b/Dockerfile.master
@@ -57,8 +57,8 @@ COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:12.3 ${TARGET} ${TARGET}
COPY --from=builder /source/public ${TARGET}
# Since we changed images when we invoked 'FROM nginx:1.12-alpine' above,
-# the minify script is not included. Thus, we copy it from the previous image
-# (aliased as builder).
+# the minify script and binary are not included. Thus, we copy them from the
+# previous image (aliased as builder).
COPY --from=builder /scripts/minify* /scripts/
# Serve the site (target), which is now all static HTML