Gituser143 / cryptgo

A terminal application to watch crypto prices!
Apache License 2.0
153 stars 18 forks source link

Add Dockerfile #2

Closed matheusmosca closed 3 years ago

matheusmosca commented 3 years ago

Closes #1

Procedures to build and run this Dockerfile:

$ docker build -t cryptgo .

$ docker run -it cryptgo
Gituser143 commented 3 years ago

@matheusmosca additionally, could you make corresponding changes to the README as well? For now, steps to build and run locally would suffice. A workflow could be setup later to publish a container image to a registry.

Gituser143 commented 3 years ago

@matheusmosca Thank you for your contribution!