Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
akselsf committed Oct 13, 2024
1 parent 9e28ca3 commit 8bc0c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ FROM openjdk:17
EXPOSE 8080
COPY --from=build /home/gradle/src/build/libs/autobank-image.jar /app/
RUN bash -c 'touch /app/autobank-image.jar'

ENTRYPOINT ["java", "-XX:+UnlockExperimentalVMOptions", "-Djava.security.egd=file:/dev/./urandom","-jar","/app/autobank-image.jar"]

4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
}

dependencies {
implementation 'com.microsoft.sqlserver:mssql-jdbc:12.5.0.jre11-preview'
implementation 'com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11'
implementation 'org.springframework.boot:spring-boot-starter-data-rest'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin'
Expand All @@ -48,8 +48,6 @@ dependencies {
implementation "org.springframework.security:spring-security-oauth2-jose"

implementation 'com.azure:azure-storage-blob:12.27.1'


implementation 'net.coobird:thumbnailator:0.4.20'


Expand Down

0 comments on commit 8bc0c34

Please sign in to comment.