🚑 ...
continuous-integration/drone/push Build is passing Details

master
Alix JEUDI--LEMOINE 3 months ago
parent efb32ae2cf
commit 5d54490fb0

@ -17,4 +17,4 @@ COPY . .
EXPOSE 80 EXPOSE 80
# Runs the stub script & launches the uvicorn server (command from offical FastAPI documentation) # Runs the stub script & launches the uvicorn server (command from offical FastAPI documentation)
CMD ["python3", "app/stub.py", "&&", "fastapi", "run", "app/main.py", "--port", "80"] CMD ["sh", "-c", "python3 app/stub.py && fastapi run app/main.py --port 80"]
Loading…
Cancel
Save