Skip to content

Commit 2eeed4a

Browse files
committed
change dockerfile
1 parent 79b844c commit 2eeed4a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ HEALTHCHECK --interval=5m --timeout=3s --start-period=5s \
1818
CMD curl -f http://127.0.0.1:3030/ || exit 1
1919

2020
COPY server.pem .
21-
COPY --from=builder /usr/local/cargo/bin/explorer /usr/local/bin/explorer
21+
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
2224
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
23-
CMD ["explorer"]
25+
CMD ["standalone"]

0 commit comments

Comments
 (0)