px001 works!

This commit is contained in:
2020-01-15 17:56:35 -06:00
parent 90b28dac24
commit 7a7fc9a558
2 changed files with 31 additions and 0 deletions

5
examples/Dockerfile Normal file
View 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