Skip to content

Commit

Permalink
port 443
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jan 7, 2024
1 parent ed0ebcb commit d5b5ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN --mount=type=secret,id=JWT_SECRET \
mvn clean package spring-boot:repackage -f pom.xml

FROM amazoncorretto:16
EXPOSE 443:8443
EXPOSE 443:443
WORKDIR /app
COPY --from=build /app/target/kickeventBackend.jar /app/kickeventBackend.jar

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.SQLServerDialect


server.port=8443
server.port=443
server.ssl.key-store-type=PKCS12
server.ssl.key-store=keystore.jks
server.ssl.key-alias=tomcat
Expand Down

0 comments on commit d5b5ef1

Please sign in to comment.