maxmind 9 meses atrás
pai
commit
c99bc6b851
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      entrypoint.sh

+ 2 - 0
entrypoint.sh

@@ -4,4 +4,6 @@ echo "starting nockchain with $@"
 
 export RUST_LOG=info
 
+rm -f nockchain.sock
+
 exec ../bin/nockchain "$@"