diff --git a/Dockerfile b/Dockerfile index 25f2378..5d62c96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ RUN pip3 install websocket-client azure-storage-blob azure-identity azure-cli==$ RUN npm install -g wscat USER 10001:30001 -ENTRYPOINT ["tail", "-f", "/dev/null"] +ENTRYPOINT ["/bin/bash"]