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 64.39%. Comparing base (4842f02) to head (47c294e).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #59      +/-   ##
==========================================
+ Coverage   64.35%   64.39%   +0.04%     
==========================================
  Files          32       32              
  Lines         777      778       +1     
  Branches      128      128              
==========================================
+ Hits          500      501       +1     
  Misses        149      149              
  Partials      128      128              

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

@acelaya acelaya force-pushed the feature/dockerfile branch from f9eedea to 4a0b227 Compare May 27, 2024 06:34
@acelaya acelaya force-pushed the feature/dockerfile branch 4 times, most recently from fd103f4 to b2e58cb Compare June 21, 2024 08:16
@acelaya acelaya force-pushed the feature/dockerfile branch from ea68b99 to 6628ef2 Compare October 12, 2024 18:43
@acelaya acelaya force-pushed the feature/dockerfile branch from 6628ef2 to 3a1cbac Compare October 26, 2024 08:37
@acelaya acelaya force-pushed the feature/dockerfile branch from 3a1cbac to 41b304c Compare December 3, 2024 21:47
@acelaya acelaya force-pushed the feature/dockerfile branch from 41b304c to 47c294e Compare December 9, 2024 13:53
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