Skip to content

Commit d3e0256

Browse files
committed
Update exposed port in Dockerfile
1 parent 1512c78 commit d3e0256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mv /target/*-with-dependencies.jar /target/application.jar
88
# Actual image to run the application
99
FROM amazoncorretto:21-al2023-headless
1010

11-
EXPOSE 8082
11+
EXPOSE 8081
1212

1313
COPY --from=fetch /target/application.jar /work/application.jar
1414

0 commit comments

Comments
 (0)