Skip to content

Commit

Permalink
modified the stag-yml for including django testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingGirlGargi committed Mar 24, 2025
1 parent 2b7d9db commit df411fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.stag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: "3"
name: secfit_stag

services:
Expand All @@ -7,8 +7,9 @@ services:
build:
context: backend/
network: host
dockerfile: Dockerfile.test
dockerfile: tests/Dockerfile.test
environment:
- DEBUG=1
ports:
- ${STAG_PORT_PREFIX}4:8000
command: python manage.py test

0 comments on commit df411fb

Please sign in to comment.