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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-24 12:11:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-24 12:11:46 +0300
commit8883c54feaf1ca2d5a859ecd634043b36dfb8832 (patch)
tree22cc323511d7fde2e3f3c50ba13b50817c5a7bb1 /Dockerfile.assets
parent555532c942a339983ab09730be3f1b72eaec38d1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Dockerfile.assets')
-rw-r--r--Dockerfile.assets2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.assets b/Dockerfile.assets
index 403d16cc4ab..ba69a614e88 100644
--- a/Dockerfile.assets
+++ b/Dockerfile.assets
@@ -1,4 +1,4 @@
# Simple container to store assets for later use
FROM scratch
-ADD public/assets /assets/
+COPY public/assets /assets/
CMD /bin/true