Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Vanessa (0.17 sec)

  1. docs/pt/docs/deployment/docker.md

    ### Criando um `Dockerfile`
    
    Aqui está como você criaria um `Dockerfile` baseado nessa imagem:
    
    ```Dockerfile
    FROM tiangolo/uvicorn-gunicorn-fastapi:python3.9
    
    COPY ./requirements.txt /app/requirements.txt
    
    RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 37.4K bytes
    - Viewed (0)
Back to top