mirror of
https://github.com/fspc/biketree.git
synced 2026-09-16 14:31:36 -04:00
First commit of biketree to github!
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#############
|
||||
# biketree #
|
||||
#############
|
||||
# Password is password for &
|
||||
|
||||
FROM php:5-fpm-alpine
|
||||
|
||||
MAINTAINER Jonathan Rosenbaum <gnuser@gmail.com>
|
||||
|
||||
# better hardwire www-data in the future in /etc/password
|
||||
# and make sure nginx also starts with same user
|
||||
RUN chown -R www-data:www-data /var/www/html; apk update; \
|
||||
apk add php5-mysql; \
|
||||
cp -a /etc/php5/* /usr/local/etc/php; \
|
||||
cp /usr/lib/php5/modules/mysql.so `php-config --extension-dir`/; \
|
||||
|
||||
Reference in New Issue
Block a user