SamBouwer / any-docker

Dockerized all-in-one instance of an anytype node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add docker run and docker-compose.yaml

SamBouwer opened this issue · comments

To get users easily started, add a docker run and docker-compose.yaml example.

Can we also add a makefile?
It's usually just a bunch of aliases, but it makes life easier for anyone to get started.

Ex:

make build -> is just a call to docker build

make run -> is just a call to docker run

And so on...

Definitely! I'll need to read into how to exactly do it to add it myself, but feel free to submit a pull request ;)

@ahmedwael216 makefile is added. Learned something new again! :)