mirror of
https://github.com/unixtensor/proxmox-ntfy.git
synced 2025-06-28 03:48:05 +00:00
Copy the src and add the ENTRYPOINT
This commit is contained in:
@ -3,4 +3,8 @@ FROM debian
|
|||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y lm-sensors python3 && \
|
apt-get install -y lm-sensors python3 && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
COPY ./src .
|
||||||
|
|
||||||
|
ENTRYPOINT [ "python3", "src/main.py" ]
|
Reference in New Issue
Block a user