Skip to content

Commit

Permalink
Fix : ajout multi layer spring boot dans dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed Sep 25, 2024
1 parent e6ea021 commit 324e16b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ ENV LANG fr_FR.UTF-8
ENV LANGUAGE fr_FR.UTF-8
ENV TZ=Europe/Paris
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
WORKDIR /app/
RUN mkdir /app/run
WORKDIR /app/run
WORKDIR /app/run/

COPY --from=kbart2kafka-builder application/dependencies/ ./
COPY --from=kbart2kafka-builder application/spring-boot-loader/ ./
Expand Down

0 comments on commit 324e16b

Please sign in to comment.