mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
8 lines
167 B
Docker
8 lines
167 B
Docker
FROM gitlab/gitlab-ce:latest
|
|
|
|
COPY docker-entrypoint.sh /usr/local/bin/
|
|
|
|
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
|
|
|
|
CMD ["/usr/local/bin/docker-entrypoint.sh"]
|