mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-26 02:31:51 +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 \
|
||||
&& chmod a+x /usr/local/bin/docker-entrypoint.sh \
|
||||
&& mkdir -p /config/data
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
|
||||
CMD ["node", "server.js"]
|
||||
|
||||
Reference in New Issue
Block a user