HathorNetwork / hathor-explorer-service

MIT License
1 stars 3 forks source link

Make it easier to run hathor-explore-service locally #122

Closed lucas3003 closed 2 years ago

lucas3003 commented 2 years ago

Description

Today, running hathor-explorer-service is a trial-and-error process. The developer must know how serverless work, and how to install all dependencies.

Acceptance Criteria

Now, just running docker-compose up -d will be enough to make explorer-service run on port 3001.

luislhl commented 2 years ago

Renaming the Dockerfile will break the deploy job in Github Actions.

We need to use the new name where needed in the Makefile