Uka Osim
Results
2
comments of
Uka Osim
The solution on https://github.com/playgameservices/play-games-plugin-for-unity/issues/2045#issuecomment-350335234 Solved the problem Thanks !!!!
Arrange your dockerfile like this ``` FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7 # Install Python requirements COPY requirements.txt /app/ WORKDIR /app/ RUN python -m pip install -r requirements.txt # Install Python app COPY /app/...