Skip to content

Commit b085a16

Browse files
authored
ls
1 parent 36f0c70 commit b085a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend-java/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /app
66
# Image defaults to /project; copy controlled by .dockerignore
77
COPY --chown=quarkus:quarkus . ./
88
RUN ./mvnw package -DskipTests
9-
RUN tree -d
9+
RUN ls -R
1010

1111

1212
FROM eclipse-temurin:21-jdk AS deploy

0 commit comments

Comments
 (0)