konfiguracja dla dodatku home assistant
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user