-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backend: Changed oauth service to ssl
- Loading branch information
1 parent
94695d1
commit b09d20c
Showing
4 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
backend/infrastructure/authentication-service/src/main/docker/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
FROM java:8 | ||
ADD authentication-service-1.0.0-SNAPSHOT.jar app.jar | ||
ADD selfsigned.cer /selfsigned.cer | ||
VOLUME /tmp | ||
VOLUME /target | ||
RUN bash -c 'touch /app.jar' | ||
EXPOSE 8899 | ||
ENTRYPOINT ["java","-Xmx128M","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+2.08 KB
backend/infrastructure/authentication-service/src/main/resources/keystore.jks
Binary file not shown.