* workspace base with minio

This commit is contained in:
2021-04-15 12:20:13 +03:00
parent 5720d9376b
commit cd422e4e6b
26 changed files with 215 additions and 956 deletions

View File

@ -0,0 +1,6 @@
# syntax = edrevo/dockerfile-plus
ARG PHP_VERSION=7.4
FROM laradock/workspace:latest-${PHP_VERSION}
INCLUDE+ ./workspace.base.Dockerfile