Skip to content

Commit

Permalink
🔧 style: ajustes docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelProgrammer committed Jul 28, 2024
1 parent 751e8a2 commit 2bfcba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM openjdk:17-jdk-alpine
LABEL authors="Miguel Silva"
RUN mkdir /app
WORKDIR /app
COPY target/*.jar /app/neighborfood.jar
COPY target/*.jar /app/neighborfood-v2.jar
EXPOSE 80
ENTRYPOINT ["java", "-jar", "/app/neighborfood.jar"]
ENTRYPOINT ["java", "-jar", "/app/neighborfood.-v2.jar"]

0 comments on commit 2bfcba6

Please sign in to comment.