gitlab/Dockerfile.assets
Ian Baum 70ee4e1b3e Build a docker container storing only the frontent assets
* Run as part of gitlab:assets:compile job

* Will be used by omnibus-gitlab and the CNG images to avoid
compiling multiple times

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22235
2018-10-31 11:21:14 -05:00

5 lines
103 B
Docker

# Simple container to store assets for later use
FROM scratch
ADD public/assets /assets/
CMD /bin/true