debian-mirror-gitlab/Dockerfile.assets

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

5 lines
104 B
Docker
Raw Normal View History

2018-12-13 13:39:08 +05:30
# Simple container to store assets for later use
FROM scratch
2023-03-04 22:38:38 +05:30
COPY public/assets /assets/
2018-12-13 13:39:08 +05:30
CMD /bin/true