Replies: 1 comment
-
|
For posterity, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Directory structure
QUESTION
I am running a web app through FastAPI and Unicorn under
appdirectory. For the sake of usingbuildpacks pack, I wrote a following one liner command. But it didn't work...I don't know how to set the working directory as the app launched. On docker, we can set
WORKDIRoption for that. I need some kind of similar way.Beta Was this translation helpful? Give feedback.
All reactions