diff --git a/README.md b/README.md index e69de29..0d72778 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,23 @@ +Symfony Skeletor + +``` +your-project/ +├── assets/ +├── bin/ +│ └── console +├── config/ +│ ├── bundles.php +│ ├── packages/ +│ ├── routes.yaml +│ └── services.yaml +├── public/ +│ └── index.php +├── src/ +│ ├── ... +│ └── Kernel.php +├── templates/ +├── tests/ +├── translations/ +├── var/ +└── vendor/ +``` \ No newline at end of file diff --git a/misc/images/app-kube/Dockerfile b/misc/images/app-kube/Dockerfile new file mode 100644 index 0000000..e69de29 diff --git a/misc/images/app-standalone/Dockerfile b/misc/images/app-standalone/Dockerfile new file mode 100644 index 0000000..c15dd64 --- /dev/null +++ b/misc/images/app-standalone/Dockerfile @@ -0,0 +1,3 @@ +ARG ADDITIONAL_PACKAGES="" + +FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-standalone \ No newline at end of file