-
Notifications
You must be signed in to change notification settings - Fork 27
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
Make docker work #17
Make docker work #17
Conversation
-Running on Windows doesnt work for example: "You must use Bundler 2 or greater with this lockfile". -Only copy necessary Gemfiles (only used when building docker image). The rest can be mounted.
- Use docker compose version 3 (latest) - Add services (good practise)
- Image name "build-window_build-window:latest" is very confusing. The naming convention is repository/image-name:tag. Using rouanw/build-window:latest following convention.
- Only guest account works with TeamCity. For enterprise an authentication is most often required hence adding this.
- Update README with authentication for TeamCity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @kohnech!
I added some questions and suggestions.
ports: | ||
- "3030:3030" | ||
- "3031:3031" | ||
command: smashing start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great - thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rouanw
Glad to see your comments here :)
I can make changes to your comments a bit later on foot right now...?
Kind regards,
kohnech
@rouanw I have fixed all your review comments and tested :
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, thanks for making the changes @kohnech 🎉
I've tested your changes locally on MacOS and all is 👍
Some changes to make it work for me on Windows 10 and TeamCity:
Review Comments fixes:
/tmp
folder inside docker container to/build-window