Implement custom timeframes (37m, 148m) with real-time refresh for all intervals
This commit is contained in:
@ -12,6 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
# Copy application code
|
||||
COPY src/ ./src/
|
||||
COPY config/ ./config/
|
||||
COPY scripts/ ./scripts/
|
||||
|
||||
# Set Python path
|
||||
ENV PYTHONPATH=/app
|
||||
|
||||
Reference in New Issue
Block a user