Skip to content

Flask-Ask Docker container with sample app that will automatically connect ngrok for use as an alexa skill

Notifications You must be signed in to change notification settings

random-robbie/Flask-Ask-Docker

Repository files navigation

Flask-Ask-Docker

Alexa Logo

Flask-Ask Docker container with sample app that will automatically connect ngrok for use as an alexa skill

This uses spacegeek as an example alexa skill app.

You can change the sample app for your Alexa Skill and then deploy it with docker and have ngrok automatically create the https endpoint.

Sample app listens on port 5000 and ngrok listens on port 4040.

Nrok has the web interface enabled so you can get the endpoint it's connecting to and see all traffic.

Ensure you firewall off that!

Build and Run:

docker build -t spacegeek .
docker run -d -p 5000:5000 -p 4040 spacegeek:latest

Reminder

Remember to change the Dockerfile copy and entrypoint when making your own app.

About

Flask-Ask Docker container with sample app that will automatically connect ngrok for use as an alexa skill

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published