We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e35a6 commit 800024fCopy full SHA for 800024f
snapserver/Dockerfile
@@ -21,6 +21,11 @@ RUN apk add --no-cache \
21
# Copy root filesystem
22
COPY rootfs /
23
24
+RUN chmod a+x /etc/cont-init.d/folders.sh
25
+RUN chmod a+x /etc/cont-init.d/snapcast.sh
26
+RUN chmod a+x /etc/services.d/snapcast/finish
27
+RUN chmod a+x /etc/services.d/snapcast/run
28
+
29
# Build arguments
30
ARG BUILD_ARCH
31
ARG BUILD_DATE
snapserver/config.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Snapcast Server",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"slug": "snapserver",
5
"description": "Snapcast server with librespot support",
6
"url": "https://github.com/enlight3d/hassio-snapserver-addon",
0 commit comments