fix(docker): set entrypoint to uwsgi for base image
This commit is contained in:
parent
edf450613a
commit
e8ae877a48
3 changed files with 92 additions and 27 deletions
7
Pipfile
7
Pipfile
|
|
@ -7,7 +7,10 @@ name = 'pypi'
|
|||
python_version = '3'
|
||||
|
||||
[packages]
|
||||
httpaste = {editable = true, path = "."}
|
||||
httpaste-victorykit = {editable = true, path = "."}
|
||||
flup = '==1.0.3'
|
||||
mysql-connector-python = '==8.0.28'
|
||||
uWSGI = '==2.0.20'
|
||||
|
||||
[dev-packages]
|
||||
tox = '==3.23.0'
|
||||
tox = '==3.23.0'
|
||||
Loading…
Add table
Add a link
Reference in a new issue