add isometric head renderer
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 30s
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 30s
This commit is contained in:
@ -13,5 +13,8 @@ RUN mvn package -q -DskipTests
|
||||
EXPOSE 80
|
||||
ENV PORT=80
|
||||
|
||||
# Indicate that we're running in production
|
||||
ENV ENVIRONMENT=production
|
||||
|
||||
# Run the jar file
|
||||
CMD ["java", "-jar", "target/Minecraft-Utilities.jar"]
|
Reference in New Issue
Block a user