PYPASS
PYPASS copied to clipboard
Is the docker setup tested to be working?
I see that the Dockerfile has no CMD/ENTRYPOINT. Building and running the container gives me a shell:
--- tmp/PYPASS ‹master› » docker run --name pypaxs -it -p 80:5000 --dns 8.8.8.8 --rm pypass:latest
root@0f23ce99c59a:/app#
root@0f23ce99c59a:/app#
root@0f23ce99c59a:/app# ls
app.py forms.py model.py requirements.txt src static templates
root@0f23ce99c59a:/app#
If I run the app.py, I get a certificate error but the readme does not say anything about certificate load https://github.com/ZioGuillo/PYPASS/blob/32ae49f99fd92c433f74916cf01ae14c9fe04d8b/app/app.py#L17
Am I missing something?
Facing the same issue as Derek has stated above.
Docker does not seem to be working well either.
+1
@ZioGuillo Will be much appreciated if you could update the readme or provide some light on the issue here.
Тhis container does not work
thank you guys, sorry i was disconnected from this project but i will take a look and update the repo and container.
Look like still there are people using this
and i will put some time in fix all.