Skip to content
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

Feature/dockerfile #59

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

acelaya
Copy link
Member

@acelaya acelaya commented May 26, 2024

Closes #4
Closes #15

Rearrange dependencies to make sure only those used by the server are shipped in the docker image.

Add Dockerfile to generate a production image.

TODO

  • Add entry point which runs migrations.

Copy link

codecov bot commented May 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.88%. Comparing base (e29a2d5) to head (ea68b99).
Report is 149 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #59      +/-   ##
==========================================
- Coverage   73.04%   67.88%   -5.16%     
==========================================
  Files          30       30              
  Lines        1098      819     -279     
  Branches      116      116              
==========================================
- Hits          802      556     -246     
+ Misses        180      147      -33     
  Partials      116      116              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@acelaya acelaya force-pushed the feature/dockerfile branch 4 times, most recently from fd103f4 to b2e58cb Compare June 21, 2024 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check which dependencies should be set as prod dependencies and shipped with the docker image Add Dockerfile
1 participant