-
Notifications
You must be signed in to change notification settings - Fork 2
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
Devops: eagle-ec-fe containerization with docker-#187928765 #23
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #23 +/- ##
==========================================
+ Coverage 70.97% 72.32% +1.34%
==========================================
Files 69 70 +1
Lines 1461 1485 +24
Branches 191 196 +5
==========================================
+ Hits 1037 1074 +37
+ Misses 416 403 -13
Partials 8 8 ☔ View full report in Codecov by Sentry. |
d16c8e7
to
3b99546
Compare
3b99546
to
cbce72d
Compare
cbce72d
to
6ea2414
Compare
6ea2414
to
2ee09ad
Compare
Code Climate has analyzed commit 2ee09ad and detected 0 issues on this pull request. View more on Code Climate. |
What does this
PR
do?eagle-ec-fe
with docker.How to test it:
repo
ft-docker-service-#187928765
docker build -t eagle-ec-fe .
to build this imagedocker run -d --name eagle-ec-fe-container -p 5173:5173 eagle-ec-fe
to run your imagelocalhost:5173
delivery: add FE service to our docker-#187928765