Skip to content

Commit

Permalink
fix : docker file expose
Browse files Browse the repository at this point in the history
  • Loading branch information
seipan committed Sep 28, 2023
1 parent 260a9ef commit a2505ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion testserver/localhost/8081/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WORKDIR /

COPY --from=build /docker-gs-ping /docker-gs-ping

EXPOSE 8080
EXPOSE 8081

USER nonroot:nonroot

Expand Down
2 changes: 1 addition & 1 deletion testserver/localhost/8082/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WORKDIR /

COPY --from=build /docker-gs-ping /docker-gs-ping

EXPOSE 8080
EXPOSE 8082

USER nonroot:nonroot

Expand Down
2 changes: 1 addition & 1 deletion testserver/localhost/8083/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WORKDIR /

COPY --from=build /docker-gs-ping /docker-gs-ping

EXPOSE 8080
EXPOSE 8083

USER nonroot:nonroot

Expand Down
2 changes: 1 addition & 1 deletion testserver/localhost/8084/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WORKDIR /

COPY --from=build /docker-gs-ping /docker-gs-ping

EXPOSE 8080
EXPOSE 8084

USER nonroot:nonroot

Expand Down

0 comments on commit a2505ec

Please sign in to comment.