FROM ghcr.io/esm-dev/esm.sh:latest
COPY config.json /etc/esmd/config.json
CMD ["esmd", "--config", "/etc/esmd/config.json"]
