Skip to content

Commit

Permalink
fix(upload-notes): fixed rabbit connection
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoSkorJjj committed Apr 23, 2024
1 parent db227a4 commit a1e27d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/complex/upload-notes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN jlink --no-header-files \
--add-modules java.base,java.desktop,java.naming,java.management,java.security.jgss,java.instrument \
--output /spring-boot-runtime

FROM debian:stretch-slim
FROM maven:3.9.6-amazoncorretto-17
COPY --from=jlink /spring-boot-runtime /usr/lib/jvm/spring-boot-runtime
WORKDIR /app
COPY --from=build /app/target/UploadNotes-0.0.1-SNAPSHOT.jar app.jar
Expand Down

0 comments on commit a1e27d8

Please sign in to comment.