skip manual building process

This commit is contained in:
GotPPay
2018-06-11 19:02:26 +02:00
parent c21b30d288
commit 06bea89fbc
7 changed files with 2717 additions and 2680 deletions

View File

@@ -2,9 +2,10 @@ version : '2'
services:
web:
build: ./docker/php
build:
context: .
dockerfile: php.dockerfile
volumes:
- ./public:/var/www/html
- ./log/apache2/:/var/log/apache2/
ports:
- '8000:80'