sparckles / Robyn

Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
https://robyn.tech/
BSD 2-Clause "Simplified" License
3.9k stars 198 forks source link

docker file - copy the files before pip install #745

Closed sansyrox closed 4 months ago

sansyrox commented 5 months ago

Bug Description

docker file - copy the files before pip install

docker build will fail otherwise

Steps to Reproduce

No response

Your operating system

None

Your Python version (python --version)

None

Your Robyn version

None

Additional Info

No response

13Mai13 commented 4 months ago

Which dockerfile are you referring to? Wasn't this fixed in https://github.com/sparckles/Robyn/pull/750

sansyrox commented 4 months ago

You are correct, @13Mai13 . Thank you for the triage 😄