Skip to content

Commit

Permalink
fixed missing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahannes committed Jun 12, 2024
1 parent 116422c commit c43b793
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
config.json
.idea
venv
venv
.env
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3.7-alpine
LABEL org.opencontainers.image.source https://github.com/SENERGY-Platform/analytics-operator-local-adder

ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE 1
ADD . /opt/app
WORKDIR /opt/app
RUN pip install --no-cache-dir -r requirements.txt --extra-index-url https://www.piwheels.org/simple
Expand Down
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import typing
import uuid
from datetime import datetime

from senergy_local_analytics import App, Input, Output, Config


Expand Down

0 comments on commit c43b793

Please sign in to comment.