Go to file
Mario Gil 415e798021 Dockerize full 2024-10-09 09:44:26 -05:00
static/Ricardo Dockerize full 2024-10-09 09:44:26 -05:00
.gitignore front to see files 2024-09-23 07:57:06 -05:00
README.md Dockerize full 2024-10-09 09:44:26 -05:00
dockerfile Dockerized the app 2024-10-08 15:42:08 -05:00
main.py Dockerize full 2024-10-09 09:44:26 -05:00
requirements.txt Dockerized the app 2024-10-08 15:42:08 -05:00
run.sh Dockerize full 2024-10-09 09:44:26 -05:00

README.md

El sistema funciona en un docker para generar:

docker build -t supertutor-app .

para ejecutar:

docker run -it -p 7884:7884 --rm fastapi-app

si tienes problemas con permisos:

sudo chmod 666 /var/run/docker.sock