remove references to old script
All checks were successful
Docker Build and Push / build (push) Successful in 1m5s

This commit is contained in:
Jeremy McClure 2025-03-30 00:46:48 -04:00
parent 8dafd475ba
commit ec9c48ac68
Signed by: jeremy
GPG Key ID: CA27BD8443157067

View File

@ -29,8 +29,7 @@ RUN userdel -r ubuntu && \
RUN su -c "curl -sL https://github.com/Jabba-Team/jabba/raw/main/install.sh | bash && . ~/.jabba/jabba.sh" minecraft
COPY ./scripts/init /
COPY ./scripts/mc /usr/local/bin
RUN chmod +x /init && chmod +x /usr/local/bin/mc
RUN chmod +x /init
USER minecraft