Skip to content

Commit

Permalink
AS/Dockerfile: fix exposed port
Browse files Browse the repository at this point in the history
Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Apr 23, 2024
1 parent 306c533 commit 2ca3d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestation-service/Dockerfile.as-restful
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ VOLUME /opt/confidential-containers/attestation-service

CMD ["restful-as", "--socket", "0.0.0.0:8080", "--config-file", "/etc/config.json"]

EXPOSE 50004
EXPOSE 8080

0 comments on commit 2ca3d65

Please sign in to comment.