CookieCutter Docker Deployment #571
Unanswered
wyattnapier
asked this question in
Q&A
Replies: 2 comments 8 replies
-
On which system do you run it? (Windows?) |
Beta Was this translation helpful? Give feedback.
7 replies
-
@wyattnapier Same issue. Is there a strange folder "docker;C" created on root folder. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Jourdain! Thank you for all of your help throughout my project. I'm now working on deployment, so I used the cookiecutter so I had the right boilerplate. I was running into issue when I tried to run
./scripts/build_server.sh
.I made a new cookiecutter application with just the default core.py and main.py to test if I still got the error when I tried to run
./scripts/build_server.sh
. I did still get the following message:ERROR: The deploy directory must be mounted into the container at /deploy
. I also tried running Docker Desktop as an administrator and it didn't fix it either. I was wondering if you had any tips to address this.This is my first time using Docker and I saw in other discussion posts that you mentioned once I understood the cookiecutter and Docker I shouldn't have any problems. I've read through all of the READMEs and related discussion posts. Is there anything in particular that would help me understand them both better?
Thanks again! Hopefully after this issue is resolved I'll be out of your hair :)
Beta Was this translation helpful? Give feedback.
All reactions