Skip to content

Commit b06c06e

Browse files
committed
fix: make sure builds locally
1 parent 5fc3f73 commit b06c06e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
- "./staticfiles_collected:/app/staticfiles_collected/"
1313
environment:
1414
DATABASE_URL: postgres://postgres@database_default:5432/db
15+
DEBUG: "True"
1516
links:
1617
- "database_default"
1718
# The following command is used to start the local development server.

0 commit comments

Comments
 (0)