pls fix it
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m56s

This commit is contained in:
Lee 2024-04-20 20:26:31 +01:00
parent 7127794152
commit f4a9d7c31c

@ -1,7 +1,5 @@
FROM maven:3.8.5-openjdk-17-slim
RUN apt install fontconfig-config -y
# Set the working directory
WORKDIR /home/container
@ -19,4 +17,4 @@ ENV PORT=80
ENV ENVIRONMENT=production
# Run the jar file
CMD ["java", "-jar", "target/Minecraft-Utilities.jar"]
CMD java -jar target/Minecraft-Utilities.jar -Djava.awt.headless=true