latest
This commit is contained in:
parent
e569f1d2c5
commit
755c4c6c8a
|
@ -1,4 +1,4 @@
|
|||
FROM python:3
|
||||
FROM python:3.8
|
||||
|
||||
ADD . /app
|
||||
|
||||
|
|
|
@ -7,6 +7,10 @@ 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.
|
||||
|
||||
# Demo
|
||||
|
||||
A version should be running (free tier, be patient) at [https:/codename-sneak-cloud.herokuapp.com](https://codename-sneak-cloud.herokuapp.com/).
|
||||
|
||||
# See Also
|
||||
|
||||
[docker
|
||||
|
|
18
app.json
18
app.json
|
@ -1,3 +1,21 @@
|
|||
{
|
||||
"name": "codenamegenerator",
|
||||
"description": "generates codenames, avi!",
|
||||
"keywords": [
|
||||
"python"
|
||||
],
|
||||
"website": "https://github.com/sneak/codenamegenerator/",
|
||||
"repository": "https://github.com/sneak/codenamegenerator/",
|
||||
"success_url": "/",
|
||||
"scripts": {
|
||||
},
|
||||
"stack": "container"
|
||||
"env": {
|
||||
},
|
||||
"formation": {
|
||||
"web": {
|
||||
"quantity": 1,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue