mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-09 19:10:24 +00:00
Merge pull request #210 from mclark4386/patch-1
Add docker-compose file for easy setup
This commit is contained in:
commit
4e36fe2692
6
docker-compose.yml
Normal file
6
docker-compose.yml
Normal file
@ -0,0 +1,6 @@
|
||||
web:
|
||||
image: php:7.0-apache
|
||||
volumes:
|
||||
- .:/var/www/html/
|
||||
ports:
|
||||
- "8000:80"
|
Loading…
Reference in New Issue
Block a user