Closed SamBouwer closed 1 year ago
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! :)
To get users easily started, add a
docker run
anddocker-compose.yaml
example.