mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
aurral: explicitly set ENTRYPOINT and CMD to match upstream
This commit is contained in:
@@ -24,3 +24,6 @@ COPY rootfs /
|
|||||||
RUN chmod a+x /etc/services.d/aurral/run \
|
RUN chmod a+x /etc/services.d/aurral/run \
|
||||||
&& chmod a+x /usr/local/bin/docker-entrypoint.sh \
|
&& chmod a+x /usr/local/bin/docker-entrypoint.sh \
|
||||||
&& mkdir -p /config/data
|
&& mkdir -p /config/data
|
||||||
|
|
||||||
|
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
|
||||||
|
CMD ["node", "server.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user