mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-01 16:46:16 +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
|