Update Dockerfile
This commit is contained in:
parent
f4407fd3fa
commit
f09dc70891
@ -1,8 +1,8 @@
|
||||
FROM python:3.12-bookworm
|
||||
|
||||
COPY requirements.txt /requirements.txt
|
||||
COPY Add-on-script.py /Add-on-script.py
|
||||
COPY entrypoint.py /entrypoint.py
|
||||
|
||||
RUN pip install -r /requirements.txt
|
||||
|
||||
ENTRYPOINT [ "/Add-on-script.py" ]
|
||||
ENTRYPOINT [ "/entrypoint.py" ]
|
||||
|
Loading…
Reference in New Issue
Block a user