mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-18 11:52:29 +00:00
Update tomcat.md
This commit is contained in:
@@ -20,7 +20,7 @@ docker commit ac6474aeb31d tomcat
|
||||
|
||||
新建tomcat文件夹,新建Dockerfile
|
||||
```
|
||||
FROM tomcat
|
||||
FROM mk_tomcat
|
||||
EXPOSE 22 8080
|
||||
CMD ["/usr/bin/supervisord"]
|
||||
```
|
||||
|
Reference in New Issue
Block a user