TUK-3oon / hello-tarot-BE

hello-tarot project BackEnd
0 stars 1 forks source link

Apply commands in Makefile #25

Closed hellojunho closed 2 months ago

hellojunho commented 3 months ago

@yangwonjoon @kim-song-jun I created Makefile for migrations and docker compose. Example usage is as follows:

$ docker-compose up
$ docker exec -it [IMAGE_NAME] /bin/bash
$ make set-up

If you perform the following two steps, database initialization will proceed normally.

kim-song-jun commented 3 months ago

I wil check it

hellojunho commented 2 months ago

I commited Makefile in [#26] I'm developing about configurations of gunicorn and nginx.