Fix start.sh permissions

This commit is contained in:
2026-01-15 16:52:21 -06:00
parent e922f76424
commit 4ea95a5cd4

View File

@@ -25,8 +25,9 @@ RUN curl -L "https://mau.dev/mautrix/signal/-/jobs/artifacts/main/download?job=b
&& chmod +x /app/pkg/mautrix-signal \
&& rm /tmp/mautrix-signal.zip
# Copy startup script
# Copy startup script and make executable
COPY start.sh /app/pkg/
RUN chmod +x /app/pkg/start.sh
# Set volumes and environment
VOLUME /app/data