I\'m trying to deploy an api with fastapi with docker on a server with nginx as a reversed proxy. This is my Dockerfile:
fastapi
nginx
FROM tiango