Update tomcat.md

pull/8/head
windwiny 2014-09-21 11:47:56 +08:00
parent d544c2949f
commit aa3ff4dc6a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ docker commit ac6474aeb31d tomcat
新建tomcat文件夹新建Dockerfile
```
FROM tomcat
FROM mk_tomcat
EXPOSE 22 8080
CMD ["/usr/bin/supervisord"]
```