UNPKG

@wocker/ws

Version:

Docker workspace for web projects

27 lines (26 loc) 565 B
{ "name": "shopify", "version": "1.0.0", "dockerfile": "./Dockerfile", "buildArgsOptions": { "PHP_VERSION": { "message": "PHP version", "type": "select", "hash": false, "options": [ "7.4", "8.2" ] } }, "envOptions": { "APACHE_DOCUMENT_ROOT": { "type": "string", "message": "Apache document root", "default": "/var/www" } }, "volumeOptions": [ "./:/var/www" ] }