1 Star 0 Fork 2

chavez/weixin

forked from leifei_cn/weixin 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
Dockerfile 703 Bytes
Copy Edit Raw Blame History
leifei_cn authored 2016-01-12 17:33 . no message
FROM tutum/lamp:latest
MAINTAINER Fernando Mayo <fernando@tutum.co>, Feng Honglin <hfeng@tutum.co>
# Install plugins
RUN apt-get update && \
apt-get -y install php5-gd && \
rm -rf /var/lib/apt/lists/*
# Download latest version of Wordpress into /app
RUN rm -fr /app && git clone --depth=1 https://github.com/WordPress/WordPress.git /app
# Configure Wordpress to connect to local DB
ADD wp-config.php /app/wp-config.php
# Modify permissions to allow plugin upload
RUN chown -R www-data:www-data /app/wp-content /var/www/html
# Add database setup script
ADD create_mysql_admin_user.sh /create_mysql_admin_user.sh
ADD create_db.sh /create_db.sh
RUN chmod +x /*.sh
EXPOSE 80 3306
CMD ["/run.sh"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cahoots/weixin.git
git@gitee.com:cahoots/weixin.git
cahoots
weixin
weixin
master

Search

0d507c66 1850385 C8b1a773 1850385