Skip to content

Commit 0a39bf4

Browse files
committed
Heroku deployment:
>> The Docker build context is always set to the directory containing the Dockerfile and can’t be configured independently. - https://devcenter.heroku.com/articles/build-docker-images-heroku-yml Heroku deployment no longer support. If their build context isn't configurable then I'm not supporting them.
1 parent 1cdceb7 commit 0a39bf4

File tree

3 files changed

+10
-92
lines changed

3 files changed

+10
-92
lines changed

Makefile

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,16 @@ enter-docker-shell:
2727
docker exec -it $$(docker ps -f ancestor=erlang-shell -q) bash
2828

2929
##
30-
## Heroku docker image
31-
heroku-build:
32-
docker build -f dockerfiles/Dockerfile.heroku -t heroku-red-erik .
33-
heroku-run: heroku-build
34-
docker run -it -p 7070:8080 -e DISABLE_FLOWEDITOR=YES -e COMPUTEFLOW="499288ab4007ac6a,777bee1d06741240,9d3f5506aa810b22" -t heroku-red-erik
35-
heroku-enter:
36-
docker exec -it $$(docker ps -f ancestor=heroku-red-erik -q) bash
37-
heroku-stop:
38-
docker kill $$(docker ps -f ancestor=heroku-red-erik -q)
39-
heroku-console: heroku-build
40-
docker run -i -t heroku-red-erik /erlang-red/bin/erlang_red console
30+
## Heroku deployment:
31+
##
32+
## >> The Docker build context is always set to the directory containing the Dockerfile and can’t be configured independently.
33+
## - https://devcenter.heroku.com/articles/build-docker-images-heroku-yml
34+
##
35+
## Heroku deployment no longer support.
36+
##
37+
## If their build context isn't configurable then I'm not supporting them.
38+
##
39+
4140
##
4241
## fly.io docker image
4342
fly-io-build:

dockerfiles/Dockerfile.heroku

Lines changed: 0 additions & 78 deletions
This file was deleted.

heroku.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)