Added proper credentials, updated docs
This commit is contained in:
@@ -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-1.0.1.jar /easydrop.jar
|
||||
COPY --from=build /app/target/easydrop-1.0.2.jar /easydrop.jar
|
||||
|
||||
# Execute the application when the docker container starts.
|
||||
ENTRYPOINT ["java", "-jar", "/easydrop.jar"]
|
||||
|
||||
Reference in New Issue
Block a user