Change authentication request path #8

Merged
FatttSnake merged 4 commits from FatttSnake into dev 2023-10-10 15:47:29 +08:00
Showing only changes of commit 4ac8711267 - Show all commits

View File

@@ -10,4 +10,4 @@ COPY ${EXTRACTED}/snapshot-dependencies/ /
RUN true
COPY ${EXTRACTED}/application/ /
ENTRYPOINT ["java", "org.springframework.boot.loader.JarLauncher", "--spring.config.additional-location=file:data/", "${JAVA_OPTS}"]
ENTRYPOINT ["java", "org.springframework.boot.loader.JarLauncher", "--spring.config.additional-location=file:data/"]