Fix directory and image tags not being read properly

This commit is contained in:
Keannu Christian Bernasol 2024-08-30 21:34:01 +08:00
parent 4c7a53047d
commit 07afe51618
4 changed files with 92 additions and 14 deletions

View file

@ -18,7 +18,7 @@ This is a Django template that I personally use for my projects. This covers the
- Create a copy of the `.env.sample` file and name it as `.env` in the same directory
- Populate .env with values
- Run `docker-compose up`
- Run `docker-compose up -f docker-compose.dev.yml`
Be sure to follow through the steps shown in the `stripe-listener` container for initial setup with Stripe!