Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harlanc committed Mar 2, 2024
1 parent d16433c commit b38c63a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion confs/online/xiu.Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "xiu"
description = "A powerful live server by Rust ."
version = "0.11.0"
version = "0.12.0"
authors = ["HarlanC <[email protected]"]
repository = "https://github.com/harlanc/xiu"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM ubuntu:latest
COPY --chmod=755 xiu /app/
COPY --chmod=755 index.html /app/
COPY --chmod=755 whep.js /app/
COPY --chmod=755 config /app/
COPY --chmod=755 config/examples /app/
COPY --chmod=755 start.sh /app/
4 changes: 1 addition & 3 deletions docker/start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh

echo "====================================================="

#sudo docker run -d -it --net=host --name xiu --privileged=true -v /Users/username/logs:/app/logs harlancn/xiu:0.1.49 /app/start.sh /app/config.toml
echo "Specify configuration file path"

/app/xiu -c $1

0 comments on commit b38c63a

Please sign in to comment.