fix(docker): set entrypoint to uwsgi for base image

This commit is contained in:
Tiara Rodney 2022-04-09 02:27:01 +02:00
parent edf450613a
commit e8ae877a48
3 changed files with 92 additions and 27 deletions

View file

@ -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'