Fix CMD to use gateway instead of hermes gateway

This commit is contained in:
Sisyphus 2026-04-24 20:28:33 -03:00
parent 50b98b2f42
commit 21bd3ae5cc

View file

@ -12,3 +12,4 @@ COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]
CMD ["gateway"]