summaryrefslogtreecommitdiff
path: root/Dockerfile.assets
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-01 00:10:27 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-01 00:10:27 +0000
commita149dffe2f221544ce239658e1e0fad06a2726a2 (patch)
tree87b71776b0ce5084235b0a26c2acf0fa1c910eee /Dockerfile.assets
parent16776d7f4fdb0cef173fcebb189c53b5bc0ecd39 (diff)
downloadgitlab-ce-a149dffe2f221544ce239658e1e0fad06a2726a2.tar.gz
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 ba69a614e88..403d16cc4ab 100644
--- a/Dockerfile.assets
+++ b/Dockerfile.assets
@@ -1,4 +1,4 @@
# Simple container to store assets for later use
FROM scratch
-COPY public/assets /assets/
+ADD public/assets /assets/
CMD /bin/true