mirror of
https://github.com/unixtensor/proxmox-ntfy.git
synced 2025-06-27 23:58:06 +00:00
Copy the src and add the ENTRYPOINT
This commit is contained in:
@ -3,4 +3,8 @@ FROM debian
|
||||
RUN apt-get update && \
|
||||
apt-get install -y lm-sensors python3 && \
|
||||
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