We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f6031f + a2356c8 commit ab9e455Copy full SHA for ab9e455
3 files changed
nowait-app-admin-api/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM openjdk:17.0.8-jdk
+FROM openjdk:17
2
ARG JAR_FILE=./build/libs/*.jar
3
COPY ${JAR_FILE} nowait-app-admin-api.jar
4
nowait-app-user-api/Dockerfile
COPY ${JAR_FILE} nowait-app-user-api.jar
nowait-common/Dockerfile
WORKDIR /app
COPY build/libs/*.jar nowait-common.jar
0 commit comments