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-10 18:08:00 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-10 18:08:00 +0300
commit609943de5e2ee6c3bf0f09d3fb1d5fc38ed5a4ed (patch)
treed6c366584972d84f9171881fa5977e59b123bff6 /Dockerfile.assets
parentbe2696666feee6e1045e0991309b71ce7f38a413 (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