Skip to content

Commit

Permalink
chore: remove dev.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Sep 22, 2021
1 parent 2fb0f85 commit fd27eeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ azuredisk-darwin:

.PHONY: container
container: azuredisk
docker build --no-cache -t $(IMAGE_TAG) --output=type=docker -f ./pkg/azurediskplugin/dev.Dockerfile .
docker build --no-cache -t $(IMAGE_TAG) --output=type=docker -f ./pkg/azurediskplugin/Dockerfile .

.PHONY: container-linux
container-linux:
Expand Down
26 changes: 0 additions & 26 deletions pkg/azurediskplugin/dev.Dockerfile

This file was deleted.

0 comments on commit fd27eeb

Please sign in to comment.