aurral: explicitly set ENTRYPOINT and CMD to match upstream

This commit is contained in:
petruknw
2026-05-21 15:38:09 +10:00
parent b486b16d3b
commit c15a15efa8

View File

@@ -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"]