fixed entrypoint for arch-builder image
All checks were successful
CI / Build arch-builder docker images (push) Successful in 13s

This commit is contained in:
2024-06-30 12:44:37 +08:00
parent 1122f0051c
commit 366e1518ca

View File

@@ -65,5 +65,5 @@ RUN rustup target add \
RUN mkdir .cargo
COPY config.toml .cargo/
ENTRYPOINT /bin/bash
ENTRYPOINT ["bash"]