Skip to content

Commit

Permalink
Fix setup_now_tt in Docker environment
Browse files Browse the repository at this point in the history
  • Loading branch information
matti-lamppu committed Feb 5, 2025
1 parent 716fe9e commit 3e924bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ sonar-project.properties

# tests
**/tests*
!tests/factories*
!tests/plugins.py

# celery
broker/*
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ services:
build:
context: backend/
dockerfile: docker/Dockerfile
args:
DEPS: main,admin,celery,test,lint
env_file:
- backend/.env
environment:
Expand Down

0 comments on commit 3e924bb

Please sign in to comment.