We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a724dfc commit b5fa65dCopy full SHA for b5fa65d
Makefile
@@ -21,7 +21,7 @@ test-heroku-18:
21
buildenv-heroku-16:
22
@echo "Creating build environment (heroku-16)..."
23
@echo
24
- @docker build --pull -t python-buildenv-heroku-16 .
+ @docker build --pull -f $(shell pwd)/builds/heroku-16.Dockerfile -t python-buildenv-heroku-16 .
25
26
@echo "Usage..."
27
@@ -34,7 +34,7 @@ buildenv-heroku-16:
34
buildenv-heroku-18:
35
@echo "Creating build environment (heroku-18)..."
36
37
- @docker build --pull -f Dockerfile.heroku-18 -t python-buildenv-heroku-18 .
+ @docker build --pull -f $(shell pwd)/builds/heroku-18.Dockerfile -t python-buildenv-heroku-18 .
38
39
40
0 commit comments