En el Dockerfile estamos usando python:3.6-alpine, esta imagen base no incluye las bibliotecas que requiere Sqlalchemy para interactuar con Postgres por lo que tenemos que instalarlar sus dependencias ...
Let’s start with building our docker image for our flask application. docker build -t flask-image . Here -p 5001:5000 is mapping 5001 port from localhost to 5000 port inside flask container, since ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results