Replies: 2 comments 4 replies
-
Hi @igalci, I'm glad to hear you're learning Docker, and I'm sorry to hear you ran into some trouble. I want to make sure I understand your situation correctly to provide the best help possible. Can you provide a bit more information?
These additional details will help me better understand the context and guide you through to a solution. |
Beta Was this translation helpful? Give feedback.
-
Hey @godd0t , Yes I modified the configuration a bit. Firstly, my app is in the root directory and not in the src folder. So I updated that in the dockerfile anywhere the source included the src/ (not the destination). I also removed Redis and Celery. I used Django-Q so I changed it to that. Here is my updated dockerfile:
|
Beta Was this translation helpful? Give feedback.
-
I am learning Docker and trying to understand this.
My Django app was empty and returned "no module found" until I changed the WORKDIR from /usr/src/app to /app.
Why is that?
Beta Was this translation helpful? Give feedback.
All reactions