Added Docker stuff.

This commit is contained in:
msinkec
2020-07-08 13:56:33 +02:00
當前提交 4e27767ac1
共有 119 個文件被更改,包括 12738 次插入0 次删除

7
Dockerfile Normal file
查看文件

@@ -0,0 +1,7 @@
FROM php:7.2-apache
# Use the default production configuration
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
COPY . /var/www/html