Skip to content

Commit 5719933

Browse files
committed
Change dockerfile to run daemon without registry watcher by default
1 parent 88637e0 commit 5719933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ COPY dockerfiles/entrypoint.sh /opt/docsrs/
7979

8080
WORKDIR /opt/docsrs
8181
ENTRYPOINT ["/opt/docsrs/entrypoint.sh"]
82-
CMD ["start-web-server"]
82+
CMD ["daemon", "--disable-registry-watcher"]

0 commit comments

Comments
 (0)