feat(docker): adding first Dockerfile
This commit is contained in:
parent
d3d9061699
commit
9cd7a8db27
23
README.md
23
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/
|
||||
```
|
0
misc/images/app-kube/Dockerfile
Normal file
0
misc/images/app-kube/Dockerfile
Normal file
3
misc/images/app-standalone/Dockerfile
Normal file
3
misc/images/app-standalone/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
ARG ADDITIONAL_PACKAGES="<packages_list>"
|
||||
|
||||
FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-standalone
|
Loading…
x
Reference in New Issue
Block a user