Replies: 2 comments 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
2 replies
-
It works for local development but you can't deploy that into lambda as image. Here is my solution:
Where ./ is the path to your app (ex. laravel) and ./bref/console/ is the path to console layer content. You can download console layer with the following command:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've found bref/php-80-fpm for web lambda apps and bref/php-80 as a base, but there is no docker image for console app. Is there any instruction how to create console docker app?
Beta Was this translation helpful? Give feedback.
All reactions