mirror of
https://github.com/unixtensor/proxmox-ntfy.git
synced 2025-06-28 08:48:04 +00:00
Copy the src and add the ENTRYPOINT
This commit is contained in:
@ -4,3 +4,7 @@ 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