add heroku.yml
This commit is contained in:
parent
b919d5b437
commit
7587343f0d
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
This software generates random codenames for projects.
|
This software generates random codenames for projects.
|
||||||
|
|
||||||
|
I have intentionally excluded words that are long, confusing, hard to spell,
|
||||||
|
as well as occupations, animal names with negative connotations, and some
|
||||||
|
foods and body parts in an attempt to avoid randomly generating negative,
|
||||||
|
threatening, or disgusting code names.
|
||||||
|
|
||||||
# See Also
|
# See Also
|
||||||
|
|
||||||
[docker
|
[docker
|
||||||
|
3
heroku.yml
Normal file
3
heroku.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
build:
|
||||||
|
docker:
|
||||||
|
web: Dockerfile
|
Loading…
Reference in New Issue
Block a user