update dockerfile
permission issues with entrypoint.sh
This commit is contained in:
@@ -17,4 +17,5 @@ RUN pip3 install --no-cache-dir bleak
|
||||
|
||||
# Set the entry point
|
||||
COPY entrypoint.sh .
|
||||
RUN ["chmod", "+x", "./entrypoint.sh"]
|
||||
CMD ./entrypoint.sh
|
||||
Reference in New Issue
Block a user