FROM syui/aios WORKDIR /root COPY ./test/entrypoint.sh /root/entrypoint.sh RUN chmod +x /root/entrypoint.sh ENV ADMIN="" ENV HOST="bsky.social" ENTRYPOINT ["/root/entrypoint.sh"]