Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: dockerfile:port 8080 exposed (#3)
## Description <!-- Please do not leave this blank This PR [adds/removes/fixes/replaces] the [feature/bug/etc]. --> This PR exposes port 8080 in the Dockerfile, allowing external access to the container's process listening on that port. ## What type of PR is this? (check all applicable) - [x] π Feature - [ ] π Bug Fix - [ ] π Documentation Update - [ ] π§βπ» Code Refactor - [ ] π₯ Performance Improvements - [ ] β Test - [x] π€ Build - [ ] β© Revert ## Related Tickets & Documents <!-- Please use this format link issue numbers: Fixes #123 https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword --> ## Mobile & Desktop Screenshots/Recordings <!-- Visual changes require screenshots --> ## Steps to QA <!-- Please provide some steps for the reviewer to test your change. If you have wrote tests, you can mention that here instead. 1. Click a link 2. Do this thing 3. Validate you see the thing working --> 1. Build the image using the updated Dockerfile. 2. Run the container and verify it starts successfully. ## Added to documentation? - [ ] π README.md - [ ] π docs.example.com - [x] π no documentation needed
- Loading branch information