mysqld to httpd

pull/14/head
aisensiy 2014-09-24 12:07:25 +08:00
parent a9825f93e9
commit 26620cb3d5
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ Successfully built 324104cde6ad
```
# put my local web site in myApp folder to /var/www
ADD myApp /var/www
# expose mysqld port
# expose httpd port
EXPOSE 80
# the command to run
CMD ["/usr/sbin/apachectl", "-D", "FOREGROUND"]