mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-12-25 14:38:54 +00:00
commit
c184f014ae
@ -20,7 +20,7 @@ docker commit ac6474aeb31d tomcat
|
||||
|
||||
新建tomcat文件夹,新建Dockerfile
|
||||
```
|
||||
FROM tomcat
|
||||
FROM mk_tomcat
|
||||
EXPOSE 22 8080
|
||||
CMD ["/usr/bin/supervisord"]
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user