mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 20:56:08 +10:00
9 lines
155 B
Docker
9 lines
155 B
Docker
FROM busybox
|
|
|
|
# Declare volumes
|
|
VOLUME ["/var/opt/gitlab", "/var/log/gitlab", "/etc/gitlab"]
|
|
# Copy assets
|
|
COPY assets/gitlab.rb /etc/gitlab/
|
|
|
|
CMD /bin/sh
|