Skip to content

Commit

Permalink
Merge branch 'feat/Fix-Test-Cases-Part-1' of https://github.com/Birdm…
Browse files Browse the repository at this point in the history
…annn/spotnet into feat/Fix-Test-Cases-Part-1
  • Loading branch information
Birdmannn committed Dec 11, 2024
2 parents 1725463 + a7512c0 commit 1f36478
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ networks:
services:
backend:
build: .
command:
- bash /app/entrypoint.sh
command: ["/app/entrypoint.sh"]
container_name: backend_dev
volumes:
- ./entrypoint.sh:/app/entrypoint.sh
- .:/app
env_file:
- .env.dev
ports:
Expand Down
2 changes: 0 additions & 2 deletions spotnet_tracker/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
- test_task: A simple test task that logs a confirmation message.
"""

import asyncio
import logging
import time

from web_app.contract_tools.mixins.alert import AlertMixin

Expand Down

0 comments on commit 1f36478

Please sign in to comment.