konfiguracja dla dodatku home assistant

This commit is contained in:
2025-11-03 09:44:01 +01:00
parent 5b40b4b76c
commit 8818b4efc2
3 changed files with 20 additions and 13 deletions

View File

@@ -10,8 +10,8 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
# Make entrypoint script executable
RUN chmod +x /app/entrypoint.sh
# Upewnij się, że skrypt entrypoint.sh jest wykonywalny
RUN chmod a+x /app/entrypoint.sh
# Set the entrypoint
ENTRYPOINT ["/app/entrypoint.sh"]
# Uruchom skrypt entrypoint, który zajmie się resztą
CMD ["/app/entrypoint.sh"]