fastapi / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
MIT License
27.1k stars 4.82k forks source link

🚨 Fix Docker build warning #1283

Closed erip closed 2 months ago

erip commented 2 months ago

Fix warning in docker build...

 => [frontend internal] load build definition from Dockerfile                                                                                                                                          0.1s
 => => transferring dockerfile: 566B                                                                                                                                                                   0.0s
 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 2)                                                                                                                         0.1s
alejsdev commented 2 months ago

Nice, thank you! @erip :partying_face: