Update Dockerfile

This commit is contained in:
CatFoolYou 2025-03-05 10:48:16 -05:00 committed by GitHub
parent 393c9827fc
commit 847c749afb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,4 +4,5 @@ USER root
COPY main.sh /main.sh
COPY . ./
RUN chmod +x /main.sh
RUN sudo apt install openjdk-17-jdk openjdk-17-jre
CMD ["/main.sh"]