debian-mirror-gitlab/Dockerfile.assets

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
103 B
Docker
Raw Normal View History

2018-12-13 13:39:08 +05:30
# Simple container to store assets for later use
FROM scratch
ADD public/assets /assets/
CMD /bin/true