We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b844c commit 2eeed4aCopy full SHA for 2eeed4a
docker/Dockerfile
@@ -18,6 +18,8 @@ HEALTHCHECK --interval=5m --timeout=3s --start-period=5s \
18
CMD curl -f http://127.0.0.1:3030/ || exit 1
19
20
COPY server.pem .
21
-COPY --from=builder /usr/local/cargo/bin/explorer /usr/local/bin/explorer
+COPY --from=builder /usr/local/cargo/bin/standalone /usr/local/bin/standalone
22
+COPY --from=builder /usr/local/cargo/bin/rabbit_host /usr/local/bin/rabbit_host
23
+COPY --from=builder /usr/local/cargo/bin/rabbit_worker /usr/local/bin/rabbit_worker
24
RUN apt-get update && apt-get upgrade -y && apt-get install --assume-yes curl protobuf-compiler libprotobuf-dev libmariadb-dev libpq-dev && apt-get clean
-CMD ["explorer"]
25
+CMD ["standalone"]
0 commit comments