Skip to content

Commit

Permalink
Fix typo in expose port
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed Feb 9, 2024
1 parent 834342b commit d175412
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 @@ -15,6 +15,6 @@ WORKDIR /usr/local/bin

COPY --from=builder /usr/src/marshallku-blog-cdn/target/release/marshallku-blog-cdn .

EXPOSE 41880
EXPOSE 41890

CMD ["./marshallku-blog-cdn"]

0 comments on commit d175412

Please sign in to comment.