Skip to content

Automagically uploads questions to Lambda Feedback so you don’t have to.

License

Notifications You must be signed in to change notification settings

lambda-feedback/in2lambda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run:

Install Docker, then build the container locally:

docker build -t <container-name>

(Use your own container name)

Then run the container from the folder that contains the app folder:

docker run -v ${PWD}/app:/app <container-name>

In the above call, -v means to bind a volume; the local app directory is bound to the container's app folder, so that any input/output files can be accessed locally even though the container is run in isolation.

About

Automagically uploads questions to Lambda Feedback so you don’t have to.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 9