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:
authorEvan Read <eread@gitlab.com>2021-08-05 01:27:25 +0300
committerEvan Read <eread@gitlab.com>2021-08-05 01:27:25 +0300
commite1856a80d866eb8c5c1b3b3b46a534af34b0328c (patch)
tree769911e2b8759e28e256135ffccc882fffdbede8
parentf1d9447e163ac57f9cd7503fc0f222542e96e98f (diff)
parent7d672f6fba9f76fe37068922a23c24c2fe57370b (diff)
Merge branch 'axil-remove-symlink-hack' into 'main'
Remove symlink hack from Dockerfile.main See merge request gitlab-org/gitlab-docs!2017
-rw-r--r--Dockerfile.main3
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile.main b/Dockerfile.main
index c085e759..aedfb9c5 100644
--- a/Dockerfile.main
+++ b/Dockerfile.main
@@ -19,9 +19,6 @@ RUN yarn install
RUN bundle exec rake setup_git default
RUN bundle exec nanoc compile -VV
-# Symlink all README.html to index.html
-RUN for i in `find /source/public/ -name README.html`; do ln -sf README.html $(dirname $i)/index.html; done
-
# Compress images
RUN /scripts/compress_images.sh /source/public ee