8000 bazel_rules_container_test/examples at master · guymers/bazel_rules_container_test · GitHub 7FFF
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build the container:

bazel build //nodejs

Run the tests:

bazel test //test/...

Push to a local Docker registry:

bazel run //nodejs:push
0