Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gurwls0122 authored Nov 14, 2023
1 parent c9c15eb commit b423e91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ RUN apt-get update && \
RUN ./gradlew build -x test

# Specify the location of the JAR file
ARG JAR_FILE=build/libs/*.jar

# Copy the JAR file to the container
COPY ${JAR_FILE} app.jar

# Define the entry point for the application
ENTRYPOINT ["java", "-jar", "*.jar"]

0 comments on commit b423e91

Please sign in to comment.