Bump 1.0.0, updated docs

This commit is contained in:
Marvin Scham
2023-06-28 05:09:04 +02:00
parent 85c8fe6b1a
commit c74205663a
6 changed files with 5 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ RUN mvn -B package -DskipTests
FROM openjdk:17-jdk-slim
# Copy the jar file from the build stage
COPY --from=build /app/target/easydrop-0.3.0-SNAPSHOT.jar /easydrop.jar
COPY --from=build /app/target/easydrop-1.0.0.jar /easydrop.jar
# Execute the application when the docker container starts.
ENTRYPOINT ["java", "-jar", "/easydrop.jar"]