fix: Dockerfile

This commit is contained in:
Jan-Ole Hübner 2023-09-02 22:44:58 +02:00
parent dd9ee96396
commit 8c45fe8e1f
2 changed files with 6 additions and 1 deletions

5
.dockerignore Normal file
View file

@ -0,0 +1,5 @@
dev.env
auth.env
notes
.gitignore
.github

View file

@ -8,7 +8,7 @@ ADD requirenments.txt /
RUN pip3 install -r /requirenments.txt
# Environment
ENV PYTHONIOENCODING=utf-8
ADD pulse.py /
ADD . /
# Chmod
RUN chmod 755 /pulse.py