Skip to content

Commit

Permalink
Commit works.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheroliv committed Nov 4, 2024
1 parent 904b655 commit 6e3da0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gradle:jdk21-alpine AS build
COPY . .
RUN gradle -p api :build -x test
RUN gradle -s -q -p workspace-model :build; gradle -s -q -p api :build -x test;

FROM openjdk:jre-alpine
COPY --from=build /api/build/libs/api-0.0.1.jar school-api.jar
Expand Down

0 comments on commit 6e3da0b

Please sign in to comment.