Skip to content

DavidVergison/theia-python-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Theia for python lambda development

FROM : latest theia/python (python 3.7)

with :

Usage

Run

docker run -d \
    -p 3000:3000 \
    --name python-lambda \
    -v "$(pwd):/home/project:cached" \
    davidvergison/theia-python-lambda:latest

Build

docker build \
    -t davidvergison/theia-python-lambda:latest \
    .

About

theia docker container for python lambda development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published