mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
refactor: streamline script execution
This commit is contained in:
@@ -44,7 +44,6 @@ RUN apt-get update && apt-get install -y \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY scripts/test_node.sh /usr/bin/test_node.sh
|
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
|
WORKDIR /opt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user