We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4b57b commit fecd0e7Copy full SHA for fecd0e7
Dockerfile
@@ -3,6 +3,7 @@ FROM eclipse-temurin:21-jdk-alpine
3
WORKDIR /app
4
5
COPY . .
6
+RUN chmod +x ./gradlew
7
RUN ./gradlew build
8
9
EXPOSE 80
0 commit comments