Skip to content

Commit

Permalink
fix: update Dockerfile add break line at file
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonleite1 authored Jun 21, 2024
1 parent 4c699e2 commit 2be0b28
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 @@ -4,7 +4,8 @@ RUN apt-get update
RUN apt-get install openjdk-17-jdk -y
COPY . .

RUN apt-get install maven -y RUN mvn clean install
RUN apt-get install maven -y
RUN mvn clean install

FROM openjdk:17-jdk-slim

Expand Down

0 comments on commit 2be0b28

Please sign in to comment.