Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
curl -L "https://github.com/redlib-org/redlib/releases/latest/download/redlib-x86_64-unknown-linux-musl.tar.gz" | \
|
4 |
-
tar xz -C /
|
5 |
redlib -p 7860
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
curl -L "https://github.com/redlib-org/redlib/releases/latest/download/redlib-x86_64-unknown-linux-musl.tar.gz" | \
|
4 |
+
tar xz -C /home/ubuntu/.local/bin/ && \
|
5 |
redlib -p 7860
|