Closed lucas3003 closed 2 years ago
Today, running hathor-explorer-service is a trial-and-error process. The developer must know how serverless work, and how to install all dependencies.
Now, just running docker-compose up -d will be enough to make explorer-service run on port 3001.
docker-compose up -d
Renaming the Dockerfile will break the deploy job in Github Actions.
We need to use the new name where needed in the Makefile
Makefile
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.