-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing an emailservice build problem. #172
Conversation
/easycla |
1 similar comment
/easycla |
How do I recreate the issue? It seems to be working for me |
Just read through the docker files and this does look like a bug |
Can confirm this is not working for me on a clean build.
Applying the patch works fine:
|
Thanks for verifying this @proffalken. Just merged the fix |
Huh - thanks for fixing everyone. Never saw this on my machine when implementing it, but I suppose that's why "works on my machine" is dangerous. 😄 ❤️ |
* Fixing an emailservice build fail problem. * Fixing an emailservice build problem. Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
* Fixing an emailservice build fail problem. * Fixing an emailservice build problem. Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
Fixing an emailservice build problem.
The build is currently failing when running
docker-compose up
Problem:
Step 3/8 : COPY Gemfile* . When using COPY with more than one source file, the destination must be a directory and end with a / ERROR: Service 'emailservice' failed to build : Build failed
Changes
Dockerfile updated to fix the build.