home-assistant-newt-addon/newt/Dockerfile
Jørgen Ferdinand c8bb9cbb3f Possible fix
Error: s6-overlay-suexec: fatal: can only run as pid 1
2025-03-07 22:27:35 +01:00

9 lines
No EOL
225 B
Docker

# Use the official Home Assistant add-on base image
FROM ghcr.io/hassio-addons/base:14.0.0
# Copy the script into the container
COPY run.sh /run.sh
RUN chmod +x /run.sh
# Run the script as the main process
CMD [ "/run.sh" ]