fix: ✏️ forgot to remove nes20tool
All checks were successful
dl / lint (push) Successful in 56s
dl / docker (push) Successful in 3m18s

This commit is contained in:
Michel Roux 2025-01-11 13:07:03 +01:00
parent 1575f259fe
commit 83ac9eef5f

View File

@ -10,7 +10,6 @@ RUN apt-get update && \
curl -sSL https://raw.githubusercontent.com/MatanZ/tremc/main/tremc -o /usr/local/bin/tremc && \
update-alternatives --set editor /usr/bin/vim.basic
COPY --from=nes20tool /go/NES20Tool/NES20Tool /usr/local/bin/NES20Tool
COPY ./commands/* /usr/local/bin/
RUN chmod +x /usr/local/bin/*
ENTRYPOINT ["/init"]