mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 16:31:47 +00:00
codeintel: Fix weird spacing in JSON literal in Dockerfile (#13652)
This commit is contained in:
parent
576bf6a25f
commit
69e9549b72
@ -7,4 +7,4 @@ RUN set -ex && \
|
||||
ca-certificates \
|
||||
docker.io
|
||||
|
||||
RUN mkdir -p /etc/docker/ && echo '{"registry-mirrors": ["http://registry:5000" ]}' >/etc/docker/daemon.json
|
||||
RUN mkdir -p /etc/docker/ && echo '{"registry-mirrors": ["http://localhost:5000"] }' >/etc/docker/daemon.json
|
||||
|
||||
Loading…
Reference in New Issue
Block a user