-
Notifications
You must be signed in to change notification settings - Fork 1
TT-511 containerize time tracker UI #798
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #798 +/- ##
==========================================
+ Coverage 95.64% 97.48% +1.84%
==========================================
Files 107 107
Lines 2273 2427 +154
Branches 175 203 +28
==========================================
+ Hits 2174 2366 +192
+ Misses 54 23 -31
+ Partials 45 38 -7
Continue to review full report at Codecov.
|
Dockerfile
Outdated
|
|
||
| ENV USERNAME nginx | ||
|
|
||
| COPY nginx.conf /etc/nginx/conf.d/ |
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.
Why is this needed? because the default.conf one is being copied after.
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.
You're right, I removed that line.
Makefile
Outdated
|
|
||
| .PHONY: remove | ||
| remove: ## Delete container timetracker_ui. | ||
| docker-compose down |
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.
@mikevillarruel, please add docker-compose down --volumes --remove-orphans --rmi local
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.
Done
Makefile
Outdated
|
|
||
| .PHONY: login | ||
| login: ## Login in respository of docker images. | ||
| az acr login --name timetrackerdevregistry |
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.
@mikevillarruel Could you specify the container registry from a parameter?
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.
Done
…mands inside docker
e23d492 to
7f0690f
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
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.
Awesome. Thank you for doing this
This reverts commit 7ce615c.








No description provided.