Skip to content

Instantly share code, notes, and snippets.

@R3quest
Last active January 10, 2023 12:26
Show Gist options
  • Save R3quest/bf73b9068663196efeb69edc35a12c90 to your computer and use it in GitHub Desktop.
Save R3quest/bf73b9068663196efeb69edc35a12c90 to your computer and use it in GitHub Desktop.
Laravel Vapor Docker runtime
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