PYPASS icon indicating copy to clipboard operation
PYPASS copied to clipboard

Is the docker setup tested to be working?

Open derekjc opened this issue 5 years ago • 3 comments

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?

derekjc avatar Oct 24 '19 04:10 derekjc

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.

akshayatplivo avatar Oct 25 '19 09:10 akshayatplivo

Тhis container does not work

SamsonovB avatar Feb 07 '23 11:02 SamsonovB

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.

ZioGuillo avatar Apr 09 '23 20:04 ZioGuillo