JanKaczmarski / heaven-in-mouth

Food-delivery app WIP
MIT License
1 stars 0 forks source link

Use Makefile for docker-compose up and init_db.sh #60

Closed JanKaczmarski closed 4 months ago

JanKaczmarski commented 4 months ago

Use Makefile for simpler script run. With make we can chose just parts of a script to run, not always the entire folder. Makefile, This is the syntax, and to run init we would do as follows in terminal: make up and to only docker compose up we would do make docker-up

JanKaczmarski commented 4 months ago

Finished this issue with #61 Pull request changes