Skip to content

Commit 1ccd83c

Browse files
author
jiapan
committed
update readme
1 parent d874996 commit 1ccd83c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM python:3.6
22

3-
ADD sources.list /etc/apt/sources.list
43
ADD pip.conf ~/.pip/pip.conf
54

65
# Add requirements.txt

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
## 一个用来提供 svg 转 png 的服务
1+
## 一个用来提供 svg 转 png 的服务
2+
3+
- `docker build -t panmax/svg2png .`
4+
- `docker run -d --name svg2png --restart=always -p 5000:5000 panmax/svg2png`

0 commit comments

Comments
 (0)