fix ci????

This commit is contained in:
Stepan Usatiuk
2023-12-30 23:10:27 +01:00
parent 22e5f08d97
commit 4062e5db83
2 changed files with 8 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ WORKDIR /usr/src/app/server
COPY ./server/. .
RUN ./gradlew clean build && bash -c "rm build/libs/*-plain.jar && mv build/libs/*.jar server.jar"
# The best JVM ;)
FROM azul/prime:17
WORKDIR /usr/src/app