File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM konstin2/maturin
4
4
# i.e. gh_username=myname
5
5
ARG gh_username=tushushu
6
6
ARG ulist_home="/home/ulist"
7
- ARG branch="release-0.1 .0"
7
+ ARG branch="release-0.2 .0"
8
8
9
9
# Clone ulist repo
10
10
RUN mkdir "$ulist_home" \
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ OS: Linux or MacOS
24
24
25
25
### Docker
26
26
The docker images are saved in https://hub.docker.com/repository/docker/tushushu/ulist
27
- * Build by docker, please run ` docker run -it -i <container ID> ` , and then run ` maturin build ` .
27
+ * Build by docker, please run ` docker run -it -i <image ID> ` , and then run ` maturin build ` .
28
28
* Customize the build, please consider to change the arguments ` gh_username ` ,
29
29
` ulist_home ` and ` branch ` in the ` Dockerfile ` before building.
You can’t perform that action at this time.
0 commit comments