mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
fix: update docker-compose volume name
This commit is contained in:
@@ -33,8 +33,10 @@ FROM debian:11-slim
|
||||
|
||||
COPY --from=go-builder /code/build/sonrd /usr/bin/sonrd
|
||||
|
||||
|
||||
# Install dependencies for Debian 11
|
||||
RUN apt-get update && apt-get install -y \
|
||||
sh \
|
||||
curl \
|
||||
make \
|
||||
bash \
|
||||
@@ -42,6 +44,9 @@ RUN apt-get update && apt-get install -y \
|
||||
sed \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY scripts/test_node.sh /usr/bin/test_node.sh
|
||||
RUN chmod +x /usr/bin/test_node.sh && ./usr/bin/test_node.sh
|
||||
|
||||
WORKDIR /opt
|
||||
|
||||
# rest server, tendermint p2p, tendermint rpc
|
||||
|
||||
Reference in New Issue
Block a user