Delete Dockerfile

This commit is contained in:
CatFoolYou 2025-03-05 10:55:13 -05:00 committed by GitHub
parent 847c749afb
commit 1dc209e8cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +0,0 @@
FROM ubuntu:20.04
LABEL maintainer="Catfoolyou"
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"]