Skip to content
Snippets Groups Projects
Commit c49e77b0 authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

added docker-local to make file to build base image using Condaless.dockerfile.v2

parent 78f9896b
No related branches found
No related tags found
No related merge requests found
......@@ -49,3 +49,7 @@ docker-images:
pushd services/workflow && docker build -t nrao:workflow . && popd
pushd services/capability && docker build -t nrao:capability . && popd
pushd schema && docker build -t nrao:schema . && popd
.PHONY: docker-local
docker-local:
docker build -t nrao:workspaces-base -f Condaless.dockerfile.v2 .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment