Skip to content

Commit 8538a86

Browse files
author
xiaoqinglin
committed
[代码修改](0.0.1): 增加构建镜像脚本
1 parent b5a24bb commit 8538a86

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docker build -t ubuntu_18_04_binary_py:0.1 .
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
docker rm -f binary_py3
2+
docker run -it --name binary_py3 \
3+
-v $PWD/binary_dir:/opt/apps/binary_dir \
4+
-v $PWD/3_binary_py.sh:/opt/apps/3_binary_py.sh \
5+
ubuntu_18_04_binary_py:0.1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source /opt/apps/python/bin/activate
2+
jmpy -i /opt/apps/binary_dir -I server.py,location_text.py,location_text_part.py -m 0
3+

0 commit comments

Comments
 (0)