Created
October 24, 2017 10:00
-
-
Save mlabouardy/4497c7b49385ac18571f859594bd8762 to your computer and use it in GitHub Desktop.
Deploy 9Gag Serverless function
This file contains hidden or 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
provider: | |
name: faas | |
gateway: http://localhost:8080 | |
functions: | |
memes-9gag: | |
lang: Dockerfile | |
handler: ./function | |
image: mlabouardy/memes-9gag |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment