Skip to content

Commit

Permalink
fix: socket addr
Browse files Browse the repository at this point in the history
  • Loading branch information
shencangsheng committed Jun 17, 2024
1 parent 43032ff commit 5a8f902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ WORKDIR /usr/src/app

COPY --from=builder /usr/src/app/target/release/registry-mirror-proxy .

EXPOSE [3000]
EXPOSE 3000

CMD ["./registry-mirror-proxy"]

0 comments on commit 5a8f902

Please sign in to comment.