refactor: streamline script execution

This commit is contained in:
Prad Nukala 2024-08-29 14:31:25 -04:00
parent 23f1b97421
commit 998cfdd321

View File

@ -44,7 +44,6 @@ RUN apt-get update && apt-get install -y \
&& 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