We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f0c70 commit b085a16Copy full SHA for b085a16
backend-java/Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /app
6
# Image defaults to /project; copy controlled by .dockerignore
7
COPY --chown=quarkus:quarkus . ./
8
RUN ./mvnw package -DskipTests
9
-RUN tree -d
+RUN ls -R
10
11
12
FROM eclipse-temurin:21-jdk AS deploy
0 commit comments