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

Add Dockerfile #48

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

Add Dockerfile #48

wants to merge 5 commits into from

Conversation

nuke-web3
Copy link
Member

@nuke-web3 nuke-web3 commented Feb 11, 2025

Fixes #19

Adds a build container with a few caching stages in it to produce a release artifact of eq_service to run.

Testing using Ubuntu, but podman 4 required for BuildKit cache:

podman build -t eq-service .

podman run --rm -it -p 50051:50051 eq-service

@nuke-web3 nuke-web3 self-assigned this Feb 11, 2025
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.

Provide Docker support
1 participant