mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-20 17:51:44 +00:00
5 lines
104 B
Docker
5 lines
104 B
Docker
# Simple container to store assets for later use
|
|
FROM scratch
|
|
COPY public/assets /assets/
|
|
CMD /bin/true
|