Expose the default https port

This commit is contained in:
Luke Murphy 2020-04-01 11:02:32 +02:00
parent c8e9047f1b
commit dc85d34bf7
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
FROM jboss/keycloak:9.0.2
EXPOSE 8080
EXPOSE 8443
COPY . ${WORKDIR}