Skip to content

Commit

Permalink
Don't muck around with recipe names
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSimpson committed Jan 16, 2018
1 parent 9185cd5 commit 41c57a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/DockerBuilderBackend
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docker login code.ornl.gov:4567 -u atj -p $(cat /home/builder/container-registry
docker run -d -p 5000:5000 --restart=always --name registry registry:2

# Build the Dockerfile docker image in the current directory
docker build -t localhost:5000/docker_image .
docker build -t localhost:5000/docker_image -f ./container.def

# Push to the local registry
docker push localhost:5000/docker_image
Expand Down

0 comments on commit 41c57a8

Please sign in to comment.