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

Dockerfile.assets - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba69a614e888fc12995c0fe53ba7abd46ad40cb1 (plain)
1
2
3
4
# Simple container to store assets for later use
FROM scratch
COPY public/assets /assets/
CMD /bin/true