pls fix it
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m56s
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:
parent
7127794152
commit
f4a9d7c31c
@ -1,7 +1,5 @@
|
|||||||
FROM maven:3.8.5-openjdk-17-slim
|
FROM maven:3.8.5-openjdk-17-slim
|
||||||
|
|
||||||
RUN apt install fontconfig-config -y
|
|
||||||
|
|
||||||
# Set the working directory
|
# Set the working directory
|
||||||
WORKDIR /home/container
|
WORKDIR /home/container
|
||||||
|
|
||||||
@ -19,4 +17,4 @@ ENV PORT=80
|
|||||||
ENV ENVIRONMENT=production
|
ENV ENVIRONMENT=production
|
||||||
|
|
||||||
# Run the jar file
|
# Run the jar file
|
||||||
CMD ["java", "-jar", "target/Minecraft-Utilities.jar"]
|
CMD java -jar target/Minecraft-Utilities.jar -Djava.awt.headless=true
|
Loading…
Reference in New Issue
Block a user