fix: Dockerfile
This commit is contained in:
parent
dd9ee96396
commit
8c45fe8e1f
2 changed files with 6 additions and 1 deletions
5
.dockerignore
Normal file
5
.dockerignore
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
dev.env
|
||||||
|
auth.env
|
||||||
|
notes
|
||||||
|
.gitignore
|
||||||
|
.github
|
|
@ -8,7 +8,7 @@ ADD requirenments.txt /
|
||||||
RUN pip3 install -r /requirenments.txt
|
RUN pip3 install -r /requirenments.txt
|
||||||
# Environment
|
# Environment
|
||||||
ENV PYTHONIOENCODING=utf-8
|
ENV PYTHONIOENCODING=utf-8
|
||||||
ADD pulse.py /
|
ADD . /
|
||||||
|
|
||||||
# Chmod
|
# Chmod
|
||||||
RUN chmod 755 /pulse.py
|
RUN chmod 755 /pulse.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue