Merge pull request #8 from windwiny/patch-1

Update tomcat.md
pull/9/head
Baohua Yang 2014-09-21 13:46:52 +08:00
commit c184f014ae
1 changed files with 1 additions and 1 deletions

View File

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