Skip to content

njlr/python-bazel-docker-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-bazel-docker-app

To run the app with Bazel:

bazel run //fibonacci:app

To run all tests with Bazel:

bazel test //...

To build the Docker image with Bazel:

bazel build //fibonacci:image

To run the Docker image locally:

bazel run //fibonacci:image
docker run --rm bazel/fibonacci:image

To inspect the Docker image:

bazel run //app/app:image
docker run --rm -it --entrypoint /bin/sh bazel/fibonacci:image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published