px001 works!
This commit is contained in:
5
examples/Dockerfile
Normal file
5
examples/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM php:5.3-apache
|
||||
# RUN apt-get update
|
||||
# RUN apt-get install -y libmcrypt-dev && docker-php-ext-install -j$(nproc) mcrypt
|
||||
# RUN docker-php-ext-install mysql mysqli
|
||||
RUN a2enmod rewrite
|
||||
Reference in New Issue
Block a user