Skip to content

Commit b5fa65d

Browse files
committed
update Makefile to match new directory structure
1 parent a724dfc commit b5fa65d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test-heroku-18:
2121
buildenv-heroku-16:
2222
@echo "Creating build environment (heroku-16)..."
2323
@echo
24-
@docker build --pull -t python-buildenv-heroku-16 .
24+
@docker build --pull -f $(shell pwd)/builds/heroku-16.Dockerfile -t python-buildenv-heroku-16 .
2525
@echo
2626
@echo "Usage..."
2727
@echo
@@ -34,7 +34,7 @@ buildenv-heroku-16:
3434
buildenv-heroku-18:
3535
@echo "Creating build environment (heroku-18)..."
3636
@echo
37-
@docker build --pull -f Dockerfile.heroku-18 -t python-buildenv-heroku-18 .
37+
@docker build --pull -f $(shell pwd)/builds/heroku-18.Dockerfile -t python-buildenv-heroku-18 .
3838
@echo
3939
@echo "Usage..."
4040
@echo

0 commit comments

Comments
 (0)