mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
fix(#3010) Add symbolic link to the correct location of ca-cert file
This commit is contained in:
parent
287e698b24
commit
199070bec9
@ -82,6 +82,8 @@ LABEL \
|
||||
|
||||
EXPOSE 22/tcp 80/tcp 443/tcp
|
||||
|
||||
RUN ln -s /etc/ssl/certs/ca-certificates.crt /usr/lib/ssl/cert.pem
|
||||
|
||||
VOLUME ["${GITLAB_DATA_DIR}", "${GITLAB_LOG_DIR}","${GITLAB_HOME}/gitlab/node_modules"]
|
||||
WORKDIR ${GITLAB_INSTALL_DIR}
|
||||
ENTRYPOINT ["/sbin/entrypoint.sh"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user