Last active
January 10, 2023 12:26
-
-
Save R3quest/bf73b9068663196efeb69edc35a12c90 to your computer and use it in GitHub Desktop.
Laravel Vapor Docker runtime
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM laravelphp/vapor:php81 | |
# Place application in Lamda application directory... | |
COPY . /var/task |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment